about summary refs log tree commit diff homepage
path: root/test/Runtime/FreeStanding/memcpy_chk_err.c
AgeCommit message (Collapse)Author
2023-02-06Disable memcpy_chk_err.c on FreeBSD, where a call to __memcpy_chk is not ↵Cristian Cadar
generated
2023-02-06Add an extra check to test/Runtime/FreeStanding/memcpy_chk_err.c ensuring ↵Cristian Cadar
that a call to __memcpy_chk is emitted
2020-11-09Added test checking that a simple overflow is caught via -D_FORTIFY_SOURCECristian Cadar