Closed
Bug 458340
Opened 17 years ago
Closed 16 years ago
UMR [@ nsStringInputStream::SetData]
Categories
(Core :: Networking: Cache, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 409500
People
(Reporter: jruderman, Unassigned)
Details
(Keywords: valgrind)
Attachments
(1 file)
|
12.65 KB,
text/plain
|
Details |
valgrind --suppressions=/Users/jruderman/vg-suppressions --gen-suppressions=all ~/central/opt-obj/dist/Minefield.app/Contents/MacOS/firefox-bin
Valgrind reported an "invalid read of size 1" in memcpy called by nsStringInputStream::SetData. It gave stacks for both the invalid read itself and the allocation of a nearby heap block.
I think this happened while I was trying to load Gmail over https. Related to bug 409500? browser.cache.disk_cache_ssl is false for me, fwiw.
| Reporter | ||
Comment 1•17 years ago
|
||
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•