diff options
author | Philip Guenther <guenther@openbsd.org> | 2013-10-18 15:38:55 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2013-10-18 15:38:55 +0100 |
commit | a7ed8fa56423636ca5e455bcd62684a54672da57 (patch) | |
tree | 1c8e29554f6a941c3f814ac04ce65bc3c85c3774 /AUTHORS | |
parent | 099bebb16fa63575ffc552487c463aac86763c70 (diff) | |
download | perl-a7ed8fa56423636ca5e455bcd62684a54672da57.tar.gz |
fix off-by one error in a2p
The str_gets() function, when encountering a newline character, checked to
see if the previous char was a \ escape. For a blank line, the check would
read the char at the position one before the start of the buffer. There
was a test to avoid this, but it was off-by-one.
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -930,6 +930,7 @@ Petter Reinholdtsen <pere@hungry.com> Phil Lobbes <phil@perkpartners.com> Phil Monsen <philip.monsen@pobox.com> Philip Boulain <philip.boulain@smoothwall.net> +Philip Guenther <guenther@openbsd.org> Philip Hazel <ph10@cus.cam.ac.uk> Philip M. Gollucci <pgollucci@p6m7g8.com> Philip Newton <pne@cpan.org> |