CVSROOT: /cvs Module name: src Changes by: tob...@cvs.openbsd.org 2014/01/20 12:51:47
Modified files: usr.sbin/lpr/lpd: printjob.c Log message: Fix race condition during symlink check. If there was no symbolic link requested, use O_NOFOLLOW, otherwise make sure afterwards that the correct file has been referenced (device/inode supplied by 'S' line). diff basically from and ok millert@, ok guenther@