diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-10-25 04:44:21 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-10-25 05:23:17 -0400 |
commit | ae95bc8deb1894292a26aea88490ba00f2d68c2a (patch) | |
tree | f6c6c51f9e811c0c1aec37c30e7544f7b570e589 /tests/utimensat_static.at | |
parent | libsandbox: handle fd's w/out files in proc fd/ (diff) | |
download | sandbox-ae95bc8deb1894292a26aea88490ba00f2d68c2a.tar.gz sandbox-ae95bc8deb1894292a26aea88490ba00f2d68c2a.tar.bz2 sandbox-ae95bc8deb1894292a26aea88490ba00f2d68c2a.zip |
libsandbox: fix ptrace decode of utimensat
The ptrace code skipped one too many arguments when decoding the utimensat
syscall which caused random utils to fail with garbage paths.
URL: http://bugs.gentoo.org/288227
Reported-by: RB <aoz.syn@gmail.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'tests/utimensat_static.at')
-rw-r--r-- | tests/utimensat_static.at | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/utimensat_static.at b/tests/utimensat_static.at new file mode 100644 index 0000000..d364b4b --- /dev/null +++ b/tests/utimensat_static.at @@ -0,0 +1,2 @@ +SB_CHECK(1) +SB_CHECK(2) |