Open
Bug 164402
Opened 23 years ago
Updated 3 years ago
NSS command-line tools mix C library calls and NSPR calls for console I/O
Categories
(NSS :: Tools, defect, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: julien.pierre, Unassigned)
Details
Our command-line tools such as certutil are using a variety of unrelated calls.
This can causes problems on some platforms. For example, it may read with the C
library fread(), write one message with printf, and write some more data with
PR_Write.
The result on the screen can be quite unpredictable.
We need to fix this and make the tools consistent.
Updated•23 years ago
|
Priority: -- → P3
Updated•21 years ago
|
QA Contact: bishakhabanerjee → jason.m.reid
Updated•20 years ago
|
Assignee: wtchang → nobody
QA Contact: jason.m.reid → tools
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•