This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix a regression on suidperl : the error message "No #! line" was
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 24 Jan 2006 15:10:27 +0000 (15:10 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 24 Jan 2006 15:10:27 +0000 (15:10 +0000)
commitf8d2da6231d524e9fd538811e73b07868dff0ead
treea7e6c5d695588f53ca50d14d8f5c91322885317b
parent822b7b519f49c222549f148eede50bec7c627534
Fix a regression on suidperl : the error message "No #! line" was
produced in erroneous cases, because we used to read values in a
string buffer that pointed to nothing.

p4raw-id: //depot/perl@26940
perl.c