Fix a crash with a tainted formline() picture
authorNiko Tyni <ntyni@debian.org>
Mon, 1 Nov 2010 07:19:07 +0000 (09:19 +0200)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 15 Nov 2010 00:52:23 +0000 (16:52 -0800)
commit7e6078c645571643c0a8840234dc94bc4572a5e4
tree0b7effae6787f9ba83033084d10f49291f97aee7
parent9733086de353bc33c973e56ef83fcd300a3f9492
Fix a crash with a tainted formline() picture

A private (tainted) string did not get its share of space
in the destination string, causing a buffer overflow later.

Originally reported by Roland Kuhn as http://bugs.debian.org/575318
pp_ctl.c
t/op/taint.t