Annotate a few more bounded functions: realpath(3) needs a buffer
authormartynas <martynas@openbsd.org>
Sat, 28 Dec 2013 01:51:53 +0000 (01:51 +0000)
committermartynas <martynas@openbsd.org>
Sat, 28 Dec 2013 01:51:53 +0000 (01:51 +0000)
commit0ad647d636da2a68f3f0c25a1c97d5e3d42368b2
treebee9d94fbd63fe0617efe0361ea41130eea1daab
parent5514f3573bdb8ce8e8e0bf0933f6a162f7bdccf4
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.
include/stdlib.h
include/unistd.h