Closed
Bug 1244332
Opened 9 years ago
Closed 9 years ago
readCStringIf doesn't fail on subset matches
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
INVALID
People
(Reporter: evilpie, Unassigned)
References
Details
Attachments
(1 file)
785 bytes,
patch
|
Details | Diff | Splinter Review |
At the moment "decl" will match "decl".
Reporter | ||
Comment 1•9 years ago
|
||
sorry: "dec" will match "decl"
Reporter | ||
Comment 2•9 years ago
|
||
Reporter | ||
Comment 4•9 years ago
|
||
Ups. `if (*p != *tag)` will of course match '\0' vs 'l'.
Reporter | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
Updated•9 years ago
|
Group: core-security
You need to log in
before you can comment on or make changes to this bug.
Description
•