Closed
Bug 622144
Opened 15 years ago
Closed 15 years ago
code must include string.h to use memset
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: espindola, Assigned: espindola)
References
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
266 bytes,
patch
|
dmandelin
:
review+
shaver
:
approval2.0+
|
Details | Diff | Splinter Review |
js/src/jsutil.h using memset but doesn't include string.h. The attached patch fixes it.
Assignee | ||
Updated•15 years ago
|
Blocks: clang-macosx
Updated•15 years ago
|
Attachment #500369 -
Attachment is patch: true
Comment 1•15 years ago
|
||
A couple notes:
- You want this "This is patch" checked for the attachment. I already did that for you.
- In the future, you also want 8 lines of context instead of the default 3. For that, see https://developer.mozilla.org/en/Mercurial_FAQ#How_can_I_customize_the_format_of_the_patches_Mercurial_creates.3f
Assignee | ||
Updated•15 years ago
|
Attachment #500369 -
Flags: review?(dmandelin)
Updated•15 years ago
|
Attachment #500369 -
Flags: review?(dmandelin) → review+
Assignee | ||
Updated•15 years ago
|
Attachment #500369 -
Flags: approval2.0?
Keywords: checkin-needed
OS: Mac OS X → Windows 7
Summary: Uses memset without including string.h → code must include string.h to use memset
Comment 2•15 years ago
|
||
This needs approval before it can land on mozilla-central.
Assignee: general → respindola
Keywords: checkin-needed
Assignee | ||
Comment 3•15 years ago
|
||
Ping on the approval2.0?
Updated•15 years ago
|
Attachment #500369 -
Flags: approval2.0? → approval2.0+
Assignee | ||
Updated•15 years ago
|
Keywords: checkin-needed
Comment 4•15 years ago
|
||
http://hg.mozilla.org/tracemonkey/rev/e8753473cdff
Thanks for the patch!
Comment 5•15 years ago
|
||
cdleary-bot mozilla-central merge info:
http://hg.mozilla.org/mozilla-central/rev/e8753473cdff
Updated•15 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•