~ubuntu-branches/ubuntu/raring/nss/raring-security

« back to all changes in this revision

Viewing changes to mozilla/security/nss/lib/crmf/servget.c

Tags: 3.12.8-0ubuntu0.10.10.1
* New upstream release v3.12.8 (NSS_3_12_8_RTM)
  - Fix browser wildcard certificate validation issue
  - Update root certs
  - Fix SSL deadlocks
* Refresh patches:
  - update debian/patches/38_kbsd.patch
  - update debian/patches/97_SSL_RENEGOTIATE_TRANSITIONAL.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
508
508
    }
509
509
    newReqMsg = PORT_ArenaZNew(poolp, CRMFCertReqMsg);
510
510
    if (newReqMsg == NULL) {
511
 
        goto loser;
 
511
        PORT_FreeArena(poolp, PR_TRUE);
 
512
        return NULL;
512
513
    }
513
514
 
514
515
    newReqMsg->poolp = poolp;