make readdir() respect IOf_UNTAINT flag (allows untainting of directory
authorGurusamy Sarathy <gsar@cpan.org>
Sun, 27 Feb 2000 16:20:31 +0000 (16:20 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 27 Feb 2000 16:20:31 +0000 (16:20 +0000)
commit26fb8f1f48b6245e35b6b73b7e98bbb26aab4dc6
tree363a98ea6b69289cbb9761d95fc6f7dc6b332c24
parentef75a179103f867668cdc0e80c863551b9a84c82
make readdir() respect IOf_UNTAINT flag (allows untainting of directory
handles with: C<use IO::Handle; opendir D, $dir or die; D->untaint;>

p4raw-id: //depot/perl@5285
pp_sys.c