CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2014/06/24 09:05:49
Modified files: libexec/security: security Log message: Do not try to pass potentially non-existent array elements into functions since that is going to kill the Perl interpreter. While here, do not attempt to parse $PATH or $ENV when undefined. Crash found the hard way with a dubious /root/.login file by otto@ who declares himself unable to read perl code even though he can apparently debug it with ktrace(1) - thanks for the excellent bug report! Feedback and ok florian@.