about summary refs log tree commit diff
path: root/debug/tst-read-chk-cancel.c
Commit message (Collapse)AuthorAgeFilesLines
* debug: make __read_chk a cancellation point (bug 29274)Andreas Schwab2022-06-221-0/+50
The __read_chk function, as the implementation behind the fortified read function, must be a cancellation point, thus it cannot use INLINE_SYSCALL.