Closed
Bug 381375
Opened 18 years ago
Closed 18 years ago
ocspclnt doesn't work on Windows
Categories
(NSS :: Tools, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
3.12
People
(Reporter: nelson, Assigned: nelson)
Details
Attachments
(1 file)
3.11 KB,
patch
|
neil.williams
:
review+
julien.pierre
:
review+
|
Details | Diff | Splinter Review |
ocspclnt has numerous options that read binary input from stdin or
that write binary output to stdout. They don't work on Windows,
because on windows, stdin and stdout do line end munging unless
they are put into "binary mode".
This patch puts them into binary mode on Windows.
It may create warnings on non-Windows platforms.
Attachment #265466 -
Flags: superreview?(alexei.volkov.bugs)
Attachment #265466 -
Flags: review?(neil.williams)
Assignee | ||
Updated•18 years ago
|
Assignee: nobody → nelson
Priority: -- → P2
Target Milestone: --- → 3.12
Updated•18 years ago
|
Attachment #265466 -
Flags: review?(neil.williams) → review+
Assignee | ||
Comment 1•18 years ago
|
||
Comment on attachment 265466 [details] [diff] [review]
patch v1
seeking second reviewer
Attachment #265466 -
Flags: review?(julien.pierre.boogz)
Comment 2•18 years ago
|
||
Comment on attachment 265466 [details] [diff] [review]
patch v1
This is OK, except the include of unistd.h in the XP_UNIX block appears to be unnecessary. Please remove it before checkin.
Attachment #265466 -
Flags: review?(julien.pierre.boogz) → review+
Assignee | ||
Updated•18 years ago
|
Attachment #265466 -
Flags: superreview?(alexei.volkov.bugs)
Assignee | ||
Comment 3•18 years ago
|
||
Make ocspclnt read and write binary files on stdin and stdout.
bug 381375. r=neil.williams,julien.pierre
Checking in ocspclnt.c; new revision: 1.10; previous revision: 1.9
Remove #include <unistd.h> for unix. bug 381375. r=julien.pierre
Checking in ocspclnt.c; new revision: 1.11; previous revision: 1.10
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•