Searched hist:fade31741ddd46cac640c2f053050ee60162734c (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/libc/tests/gen/ |
H A D | realpath2_test.c | fade31741ddd46cac640c2f053050ee60162734c Thu May 18 15:49:53 CEST 2017 Konstantin Belousov <kib@FreeBSD.org> 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
|
H A D | Makefile | diff fade31741ddd46cac640c2f053050ee60162734c Thu May 18 15:49:53 CEST 2017 Konstantin Belousov <kib@FreeBSD.org> 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
|