Closed
Bug 6188
Opened 26 years ago
Closed 26 years ago
Netlib returns NS_FALSE on errors
Categories
(Core :: Networking, defect, P3)
Tracking
()
VERIFIED
INVALID
People
(Reporter: sfraser_bugs, Assigned: warrensomebody)
References
Details
In various places (I counted 14), netlib is returning NS_FALSE on error. NS_FALSE
is #defined to 1 (really, NS_COMFALSE should be used if you want to return
this value at all).
The problem with returning NS_FALSE is that NS_SUCCEEDED(NS_FALSE) evaluates
to true, so callers who rely on SUCCEEDED() incorrectly assume that the call
succeeded.
Netlib should be returning real errors, preferably errors which useful
meanings.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 1•26 years ago
|
||
Verify that this doesn't happen in necko.
*** This bug has been marked as a duplicate of 5571 ***
This has nothing to do with #5571. Sorry, wrong number.
Reopening.
Reporter | ||
Updated•26 years ago
|
Resolution: DUPLICATE → ---
Reporter | ||
Comment 3•26 years ago
|
||
Remove duplicate resolution
Assignee | ||
Comment 4•26 years ago
|
||
Why is this not a duplicate?
Reporter | ||
Comment 5•26 years ago
|
||
Why would this be a duplicate of a bug concering the file locator?
Assignee | ||
Comment 7•26 years ago
|
||
Sorry, that should have been #5657. I'm going to mark that one a dup of this.
Changing all Networking Library/Browser bugs to Networking-Core component for
Browser.
Occasionally, Bugzilla will burp and cause Verified bugs to reopen when I do
this in a bulk change. If this happens, I will fix. ;-)
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 9•26 years ago
|
||
Not an issue with necko.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 10•26 years ago
|
||
I will trust you on this
Comment 11•25 years ago
|
||
Bulk move of all Networking-Core (to be deleted component) bugs to new
Networking component.
You need to log in
before you can comment on or make changes to this bug.
Description
•