CVSROOT: /cvs Module name: src Changes by: marty...@cvs.openbsd.org 2013/12/27 18:51:53
Modified files: include : stdlib.h unistd.h Log message: Annotate a few more bounded functions: realpath(3) needs a buffer of size at least PATH_MAX. pread(2), pwrite(2) and readlinkat(2) also take the buffer and the bound. OK theo.