Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
prepare-for-libtoolizing.patch | Link transicc and testbed binaries against libmath The bug fix for Debian bug #745748 (introduction of ppc64el) requires running libtool at build time. This results in some unresolved sybmols due to a missing linkage to libmath. |
Thomas Weber <tweber@debian.org> | invalid | debian upstream | ||
dont-write-uninitialized-memory-for-color-strings.patch | Zero named color strings before writing them For each named colors (namedColor2Type) a prefix, a suffix and the color root name get written. These three strings are 32-characters long. In order to avoid capturing unitialized memory—which is not good for privacy and prevent getting the same bytes for the same profile—the placeholder allocated on the stack are zero'ed before a copy of the actual string is made. . |
Jérémy Bobbio <lunar@debian.org>, Thomas Weber <tweber@debian.org> | yes | debian |