summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@openbsd.org>2013-10-18 15:38:55 +0100
committerDavid Mitchell <davem@iabyn.com>2013-10-18 15:38:55 +0100
commita7ed8fa56423636ca5e455bcd62684a54672da57 (patch)
tree1c8e29554f6a941c3f814ac04ce65bc3c85c3774 /AUTHORS
parent099bebb16fa63575ffc552487c463aac86763c70 (diff)
downloadperl-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--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 9fd9eac5d0..b84a6e4a02 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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>