Summary: | Valgrind: Uninitialised data in smooth shading | ||
---|---|---|---|
Product: | Ghostscript | Reporter: | Alex Cherepanov <alex> |
Component: | PDF Writer | Assignee: | Alex Cherepanov <alex> |
Status: | NOTIFIED FIXED | ||
Severity: | normal | CC: | leonardo |
Priority: | P4 | ||
Version: | master | ||
Hardware: | PC | ||
OS: | Linux | ||
Customer: | Word Size: | --- | |
Attachments: | patch |
Description
Alex Cherepanov
2006-09-24 04:46:22 UTC
Confirmed in v. 8.57 by Valgrind 3.2.3 but not detected by Purify 7 Created attachment 3288 [details]
patch
Add missing initialization of txy_fixed_valid field.
Since the fixed coordinates are valid, the patch eliminates possible
re-calculation of the fixed coordinates, but doesn't affect the end result.
Regression testing shows no differences.
*** Bug 688917 has been marked as a duplicate of this bug. *** The patch is good, please commit or let me know if you want me to do. My Internet connction is instable. *** Bug 688904 has been marked as a duplicate of this bug. *** The patch is committed as a rev. 8193. |