Closed
Bug 164403
Opened 23 years ago
Closed 23 years ago
I/O input from terminal broken in NSS tools on OS/2
Categories
(NSS :: Tools, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
3.6
People
(Reporter: julien.pierre, Assigned: wtc)
Details
Attachments
(1 file)
|
424 bytes,
patch
|
Details | Diff | Splinter Review |
All the NSS tools that require input (typically, a password) are broken because
they fail to open the terminal for input. For example with certutil to create a
new db :
[e:\dev\nss\36\mozilla\dist\os22.45_icc_dbg.obj\bin]certutil -d . -N
Error opening input terminal for read
The bug is in cmd/lib/secutil.c . It tries to open the console as "CON:" . On
OS/2 the console is "\\DEV\\CON".
| Reporter | ||
Updated•23 years ago
|
OS: All → OS/2
Priority: -- → P2
Hardware: All → PC
Target Milestone: --- → 3.6
| Reporter | ||
Comment 1•23 years ago
|
||
| Reporter | ||
Comment 2•23 years ago
|
||
Checking in secutil.c;
/cvsroot/mozilla/security/nss/cmd/lib/secutil.c,v <-- secutil.c
new revision: 1.38; previous revision: 1.37
done
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 3•23 years ago
|
||
Julien, please verify.
Thanks
You need to log in
before you can comment on or make changes to this bug.
Description
•