Closed
Bug 493135
Opened 16 years ago
Closed 16 years ago
bltest crashes if it can't open the input file
Categories
(NSS :: Tools, defect, P3)
NSS
Tools
Tracking
(Not tracked)
RESOLVED
FIXED
3.12.4
People
(Reporter: julien.pierre, Assigned: julien.pierre)
Details
Attachments
(1 file)
665 bytes,
patch
|
nelson
:
review+
|
Details | Diff | Splinter Review |
It crashes trying to PR_Close(outfile), because outfile is uninitialized. Patch forthcoming.
Assignee | ||
Comment 1•16 years ago
|
||
Attachment #377582 -
Flags: review?(nelson)
Updated•16 years ago
|
Attachment #377582 -
Flags: review?(nelson) → review+
Comment 2•16 years ago
|
||
Comment on attachment 377582 [details] [diff] [review]
Initialize outfile
r=nelson
Assignee | ||
Comment 3•16 years ago
|
||
Thanks, Nelson.
Checking in blapitest.c;
/cvsroot/mozilla/security/nss/cmd/bltest/blapitest.c,v <-- blapitest.c
new revision: 1.58; previous revision: 1.57
done
Status: NEW → RESOLVED
Closed: 16 years ago
Priority: -- → P3
Resolution: --- → FIXED
Target Milestone: --- → 3.12.4
You need to log in
before you can comment on or make changes to this bug.
Description
•