diff options
author | Steve Muckle <smuckle.linux@gmail.com> | 2017-10-12 21:44:57 -0700 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2017-11-15 08:01:42 -0700 |
commit | 2d80c92d6cae986e8f3f04e64dbea9883680ae1c (patch) | |
tree | d662412c2bccb69adda61de54848d1ee2305f80f /fs | |
parent | d54e9a8f4430d789a7b462b5318b1012d5643fd4 (diff) | |
download | linux-2d80c92d6cae986e8f3f04e64dbea9883680ae1c.tar.bz2 |
selftests/exec: include cwd in long path calculation
When creating a pathname close to PATH_MAX to test execveat, factor in
the current working directory path otherwise we end up with an absolute
path that is longer than PATH_MAX. While execveat() may succeed, subsequent
calls to the kernel from the runtime environment which are required to
successfully execute the test binary/script may fail because of this.
To keep the semantics of the test the same, rework the relative pathname
part of the test to be relative to the root directory so it isn't
decreased by the length of the current working directory path.
Signed-off-by: Steve Muckle <smuckle.linux@gmail.com>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions