This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove :base_io from the set of default "safe" opcodes.
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 20 Jul 2005 16:53:16 +0000 (16:53 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 20 Jul 2005 16:53:16 +0000 (16:53 +0000)
commite866b74b8651a8d5e0458756533f958fc66fd305
treee4aab1cd60d9682b4687e52800f658f1738106f3
parent1e82f5a677c5abc27ea5ffb3546e5db6b8a56b93
Remove :base_io from the set of default "safe" opcodes.
This fixes bug [perl #36213] "Possible flaw in Safe.pm/Opcode.pm
that allows access to any file" but introduces a backward
compatibility issue.

p4raw-id: //depot/perl@25204
ext/Opcode/Opcode.pm
ext/Safe/t/safe2.t