This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
7e6078c
)
Fix a crash with a tainted formline() picture
author
Niko Tyni
<ntyni@debian.org>
Mon, 1 Nov 2010 07:19:07 +0000
(09:19 +0200)
committer
Father Chrysostomos
<sprout@cpan.org>
Mon, 15 Nov 2010 00:52:23 +0000
(16:52 -0800)
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
No differences found