mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-18 09:46:33 +02:00
tests: ptx: add a robustness test case
* tests/ptx/ptx-overrun.sh: Ensure input is processed without issue. https://github.com/coreutils/coreutils/pull/184
This commit is contained in:
@@ -18,6 +18,9 @@
|
||||
. "${srcdir=.}/tests/init.sh"; path_prepend_ ./src
|
||||
print_ver_ ptx
|
||||
|
||||
# Ensure this input is processed
|
||||
printf '%s' '012345678901234567890123456789🛠' | ptx || fail=1
|
||||
|
||||
# Trigger a heap-clobbering bug in ptx from coreutils-6.10 and earlier.
|
||||
# Using a long file name makes an abort more likely.
|
||||
# Even with no file name, valgrind detects the buffer overrun.
|
||||
|
||||
Reference in New Issue
Block a user