~ubuntu-branches/ubuntu/karmic/nss/karmic-updates

« back to all changes in this revision

Viewing changes to mozilla/security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_mutex.c

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2010-10-04 23:18:57 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20101004231857-grfx62qbg6gknih1
Tags: 3.12.8-0ubuntu0.9.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
* Bump minimum nspr version to 4.8.6
  - update debian/control
* Add new API to symbols file
  - update debian/libnss3-1d.symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
        PKIX_MUTEX_DEBUG("\tCalling PR_NewLock).\n");
136
136
        mutex->lock = PR_NewLock();
137
137
 
138
 
        /* If an error occured in NSPR, report it here */
 
138
        /* If an error occurred in NSPR, report it here */
139
139
        if (mutex->lock == NULL) {
140
140
                PKIX_DECREF(mutex);
141
141
                PKIX_ERROR_ALLOC_ERROR();