Summary: | Valgrind: Uninitialized data in pdf_put_name_chars_1_2() | ||
---|---|---|---|
Product: | Ghostscript | Reporter: | Alex Cherepanov <alex> |
Component: | PDF Writer | Assignee: | Default assignee <ghostpdl-bugs> |
Status: | NOTIFIED FIXED | ||
Severity: | normal | ||
Priority: | P4 | ||
Version: | master | ||
Hardware: | PC | ||
OS: | Linux | ||
Customer: | Word Size: | --- | |
Attachments: |
patch
patch |
Description
Alex Cherepanov
2006-09-23 19:32:24 UTC
Created attachment 2510 [details]
patch
Fix off-by-one error in the PDF font subset prefix generator that
mixed in an uninitialised byte when the object size was odd. This error
caused indeterministic PDF generation and Valgrind warnings.
*** Bug 688913 has been marked as a duplicate of this bug. *** Created attachment 2511 [details]
patch
A better hash function that doesn't depend on the size of short or
big/little-endian architecture.
Please commit the patch 2511. The patch 2511 is committed as rev. 7081. |