aboutsummaryrefslogtreecommitdiff
path: root/debug/tst-realpath-chk.c
AgeCommit message (Collapse)Author
2021-12-17fortify: Fix spurious warning with realpathSiddhesh Poyarekar
The length and object size arguments were swapped around for realpath. Also add a smoke test so that any changes in this area get caught in future. Signed-off-by: Siddhesh Poyarekar <siddhesh@sourceware.org> Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>