CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2014/06/24 10:18:30
Modified files: libexec/security: security Log message: The Perl close() function, when called on pipe file descriptors, provides information from wait(2), which needs careful inspection in order to not hide errors. Problem identified by florian@ after a bug report from otto@. Fix based on a patch from florian@, considerably tweaked by me. OK florian@