Closed
Bug 293847
Opened 20 years ago
Closed 19 years ago
Remove dead NSS_CLASSIC code from pk11wrap
Categories
(NSS :: Libraries, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
3.11
People
(Reporter: nelson, Assigned: nelson)
Details
Attachments
(1 file)
|
27.24 KB,
patch
|
rrelyea
:
review+
|
Details | Diff | Splinter Review |
Recently, while going through pk11wrap looking for code that could possibly cause invalid session handles to be used, I found myself working on DEAD code in pk11cert.c, code that is ifdef NSS_CLASSIC. So, I removed all the dead NSS_CLASSIC code from my copy of pk11cert.c and thereafter discovered that there was no code left that could use incalid handles. So, I propose that it is time for us to finally remove all NSS_CLASSIC code from pk11wrap. I will shortly attach a patch to do this for pk11cert.c and will ask Bob to review it.
| Assignee | ||
Comment 1•20 years ago
|
||
Targetting 3.11 with P2
Status: NEW → ASSIGNED
Priority: -- → P2
Summary: Remove dead NSS_CLASSIC code from pk11wrap → Remove dead NSS_CLASSIC code from pk11wrap
Target Milestone: --- → 3.11
| Assignee | ||
Comment 2•20 years ago
|
||
This patch removes NSS_CLASSIC code from pk11cert.c and pk11nobj.c
Attachment #183348 -
Flags: review?(rrelyea)
Comment 3•20 years ago
|
||
Comment on attachment 183348 [details] [diff] [review] remove NSS_CLASSIC code from pk11cert.c and pk11nobj.c r=relyea....
Attachment #183348 -
Flags: review?(rrelyea) → review+
| Assignee | ||
Updated•20 years ago
|
QA Contact: bishakhabanerjee → jason.m.reid
| Assignee | ||
Comment 4•19 years ago
|
||
Checked in above patch to pk11cert.c and pk11nobj.c. Leaving bug open as there are more files to be done.
| Assignee | ||
Comment 5•19 years ago
|
||
Presently the remaining files with NSS_CLASSIC code are: lib/certdb/certdb.c lib/certdb/certt.h lib/certhigh/certhigh.c lib/certhigh/certvfy.c
| Assignee | ||
Comment 6•19 years ago
|
||
This was checked in for 3.11: revision 1.5 date: 2005/08/02 01:34:38; author: nelsonb%netscape.com; lines: +0 -152 remove NSS_CLASSIC code from pk11cert.c and pk11nobj.c. bug 293847 r=rrelyea
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•