Open Bug 164402 Opened 22 years ago Updated 2 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)

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.
Priority: -- → P3
QA Contact: bishakhabanerjee → jason.m.reid
Assignee: wtchang → nobody
QA Contact: jason.m.reid → tools
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.