]> git.ipfire.org Git - thirdparty/cups.git/commit
Fix potential unaligned accesses in the string pool (Issue #5474)
authorMichael R Sweet <michael.r.sweet@gmail.com>
Mon, 21 Jan 2019 19:21:57 +0000 (14:21 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Mon, 21 Jan 2019 19:21:57 +0000 (14:21 -0500)
commit684467890284ce4d7b9c47d1634c075b254b2866
treeceee5b714e7deb733c9a2f9752468f4188579d91
parent558bba72feccba755135e140c350bb34ec20986c
Fix potential unaligned accesses in the string pool (Issue #5474)

This set of changes makes the PPD functions use strdup and free - they were
modifying the contents of the string in places and doing other things that
were not safe for (immutable) strings in the pool.
CHANGES.md
cups/ppd-cache.c
cups/ppd-mark.c
cups/ppd.c