aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* libsandbox: reject "" paths with *at funcs before checking the dirfdMike Frysinger2012-12-241-0/+1
| | | | | | | | | | When it comes to processing errors, an empty path is checked before an invalid dirfd. Make sure sandbox matches that behavior for the random testsuites out there that look for this. URL: https://bugs.gentoo.org/346929 Reported-by: Marien Zwart <marienz@gentoo.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* tests: make sure *at() funcs get EBADF with bad fdsMike Frysinger2009-03-311-0/+1
Signed-off-by: Mike Frysinger <vapier@gentoo.org>