Closed
Bug 1021171
Opened 10 years ago
Closed 10 years ago
don't return nullptr in functions returning bool
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
FIXED
mozilla32
People
(Reporter: tbsaunde, Assigned: tbsaunde)
References
Details
Attachments
(2 files)
|
7.37 KB,
patch
|
Waldo
:
review+
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
|
1.89 KB,
patch
|
Waldo
:
review+
|
Details | Diff | Splinter Review |
No description provided.| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8435141 -
Flags: review?(jwalden+bmo)
Attachment #8435141 -
Flags: review?(bzbarsky)
Comment 2•10 years ago
|
||
Comment on attachment 8435141 [details] [diff] [review] nullptr.patch r=me on the xpconnect and necko parts.
Attachment #8435141 -
Flags: review?(bzbarsky) → review+
Comment 3•10 years ago
|
||
Comment on attachment 8435141 [details] [diff] [review] nullptr.patch Review of attachment 8435141 [details] [diff] [review]: ----------------------------------------------------------------- rs=me
Attachment #8435141 -
Flags: review?(jwalden+bmo) → review+
| Assignee | ||
Comment 4•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/fc756706366d
Comment 5•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/fc756706366d
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla32
Comment 6•9 years ago
|
||
there are more nullptr returns where bool is required. breaks mc with 5.1
Attachment #8611263 -
Flags: review?(jwalden+bmo)
Updated•9 years ago
|
Attachment #8611263 -
Flags: review?(jwalden+bmo) → review+
Comment 7•9 years ago
|
||
...that said, please open up new bugs for stuff like this in the future. Fresh issues not connected to the original bug's genesis get their own fresh bugs.
You need to log in
before you can comment on or make changes to this bug.
Description
•