Closed
Bug 150142
Opened 22 years ago
Closed 22 years ago
imgLoader::GetMimeTypeFromContent doesn't check for malloc failure
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: Biesinger, Assigned: Biesinger)
Details
Attachments
(1 file)
(deleted),
patch
|
pavlov
:
review+
tor
:
superreview+
|
Details | Diff | Splinter Review |
imgLoader::GetMimeTypeFromContent should check if strndup returned NULL and
return an error in this case
Assignee | ||
Comment 1•22 years ago
|
||
pavlov, can you review?
Comment 2•22 years ago
|
||
Comment on attachment 87253 [details] [diff] [review]
patch
r=pavlov
Attachment #87253 -
Flags: review+
Attachment #87253 -
Flags: superreview+
Assignee | ||
Comment 4•22 years ago
|
||
Checking in imgLoader.cpp;
/cvsroot/mozilla/modules/libpr0n/src/imgLoader.cpp,v <-- imgLoader.cpp
new revision: 1.45; previous revision: 1.44
done
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 6•22 years ago
|
||
Should this be marked verified1.0.2 since bug# 93015 is verified on the branch?
You need to log in
before you can comment on or make changes to this bug.
Description
•