more purification (pp_require() could access free memory; vdie()
authorGurusamy Sarathy <gsar@cpan.org>
Sun, 13 Feb 2000 19:02:07 +0000 (19:02 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 13 Feb 2000 19:02:07 +0000 (19:02 +0000)
commit0f79a09d62eb410185d697430134f937ab4e917d
tree79a361d65e09a6a28c1ab478935463a3d36adb2e
parent8ecf71871febb31312d723e89648aadebf858ae1
more purification (pp_require() could access free memory; vdie()
could think message was random length when passed a null argument;
utilize() didn't set up the hash for the method name leading to
pp_method_named() accessing random state; PL_curpm wasn't zeroed
properly)

p4raw-id: //depot/perl@5072
cop.h
op.c
perl.c
pp_ctl.c
regcomp.c
regexec.c
scope.c
sv.c
util.c