CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/03/16 02:30:01
Modified files:
sys/kern : Tag: OPENBSD_5_9 kern_pledge.c
Log message:
Incorrect path processing in pledge_namei() could result in unexpected
program termination of pledge(2)'d programs.
Expand path variable size to +1 in order to add extra byte for canonpath()
processing.
-current was fixed by a large rewrite of canonpath().
ok deraadt@ tedu@
