| Summary: | Apparent false positive of uninitialised values in libjpeg-turbo | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | Nick C. <nick> |
| Component: | memcheck | Assignee: | Julian Seward <jseward> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | nh2 |
| Priority: | NOR | ||
| Version First Reported In: | 3.13.0 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
square8x8.jpg - example input
Another image reproducing the problem |
||
|
Description
Nick C.
2018-09-02 11:57:43 UTC
Actually scratch that. jsimd_idct_islow_sse2() does not result in any valgrind errors. jsimd_idct_islow_avx2() results in Valgrind errors. Created attachment 125638 [details]
square8x8.jpg - example input
Copying the example input from the linked dropbox into an issue tracker for longevity.
Created attachment 125639 [details]
Another image reproducing the problem
I've uploaded another (all-black) image reproducing the problem for me.
|