Closed
Bug 1262903
Opened 9 years ago
Closed 8 years ago
JPEG triggers multiple undefined memory usage reports [@core_combine_over_u_sse2_no_mask]
Categories
(Core :: Graphics: ImageLib, defect)
Core
Graphics: ImageLib
Tracking
()
RESOLVED
DUPLICATE
of bug 1262905
People
(Reporter: tsmith, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: csectype-uninitialized, sec-moderate, testcase, Whiteboard: [gfx-noted])
Attachments
(2 files)
Multiple undefined memory usage reports from valgrind.
Please see attached valgrind log.
Reporter | ||
Comment 1•9 years ago
|
||
Updated•9 years ago
|
Keywords: sec-moderate
From the valgrind trace, this bug is not in the libjpeg-turbo code and is not reproducible in standalone libjpeg-turbo. Removing myself.
Reporter | ||
Updated•9 years ago
|
Summary: JPEG triggeres multiple undefined memory usage reports [@core_combine_over_u_sse2_no_mask] → JPEG triggers multiple undefined memory usage reports [@core_combine_over_u_sse2_no_mask]
Updated•9 years ago
|
Whiteboard: [gfx-noted]
Comment 3•8 years ago
|
||
The PNG problems recorded are a different problem. If the test files can be located I can take a look at it. However the JPEG problem appears to be the same as in bug 1262905 -- using the CPU instead of SIMD/SSE2 version of color_convert appears to resolve the valgrind warnings.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•5 years ago
|
Group: gfx-core-security
You need to log in
before you can comment on or make changes to this bug.
Description
•