Closed Bug 167849 Opened 22 years ago Closed 22 years ago

CRL cache crashes in some cases

Categories

(NSS :: Libraries, defect, P1)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: julien.pierre, Assigned: wtc)

Details

Attachments

(1 file)

The CRL cache inserts CRLs into an issuer hash table.
The key value (DER subject of the issuer) was not being copied. This could cause
the CRL not to be found or the program to crash if the memory was freed. The
later happened to me on windows. Patch to follow.
Priority: -- → P1
Target Milestone: --- → 3.6
Version: 3.5 → 3.6
Checking in certi.h;
/cvsroot/mozilla/security/nss/lib/certdb/certi.h,v  <--  certi.h
new revision: 1.5; previous revision: 1.4
done
Checking in crl.c;
/cvsroot/mozilla/security/nss/lib/certdb/crl.c,v  <--  crl.c
new revision: 1.23; previous revision: 1.22
done
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: