Package: lcms2 / 2.12~rc1-2
Metadata
Package | Version | Patches format |
---|---|---|
lcms2 | 2.12~rc1-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
prepare for libtoolizing.patch | (download) |
configure.ac |
9 9 + 0 - 0 ! |
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. |
dont write uninitialized memory for color strings.patch | (download) |
src/cmstypes.c |
6 6 + 0 - 0 ! |
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 memorywhich is not good for privacy and prevent getting the same bytes for the same profilethe placeholder allocated on the stack are zero'ed before a copy of the actual string is made. . |
1