CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2018/04/28 06:49:21
Modified files: sys/kern : kern_pledge.c Log message: Remove redundant error check error is set by copyinstr(9) only and we return early if it is non-zero, so the loop's last condition is always true. OK deraadt, jca