]> git.ipfire.org Git - thirdparty/cups.git/commit - cups/ppd.c
Fix potential unaligned accesses in the string pool (Issue #5474)
authorMichael R Sweet <michael.r.sweet@gmail.com>
Mon, 21 Jan 2019 19:12:43 +0000 (14:12 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Mon, 21 Jan 2019 19:14:04 +0000 (14:14 -0500)
commit5a00cf374d4f26b24ea71b14cc50c9b1c404f906
tree2d734d3312c2d4f5e334e5964830e05a95ed4e67
parentbf4873cbf354391e5f68966466e1dda9d16696ce
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