freebsd-dev/lib/libc/tests/gen
Konstantin Belousov fade31741d Add tests for some cases in r318298.
The first test triggers the out of bounds read of the 'left' array. It
only fails when realpath.c is compiled with '-fsanitize=address'.

The other test checks for ENOENT when running into an empty
symlink. This matches NetBSD's realpath(3) semantics. Previously,
empty symlinks were treated like ".".

Submitted by:	Jan Kokemц╪ller <jan.kokemueller@gmail.com>
PR:	219154
MFC after:	2 weeks
2017-05-18 13:49:53 +00:00
..
execve
posix_spawn
arc4random_test.c
dlopen_empty_test.c
fmtcheck_test.c
fmtmsg_test.c
fnmatch_test.c
fnmatch_testcases.h
fpclassify2_test.c
ftw_test.c
glob2_test.c
Makefile Add tests for some cases in r318298. 2017-05-18 13:49:53 +00:00
Makefile.depend
popen_test.c
posix_spawn_test.c
realpath2_test.c Add tests for some cases in r318298. 2017-05-18 13:49:53 +00:00
test-fnmatch.c
wordexp_test.c