diff options
| -rw-r--r-- | tests/26-null-byte.in | bin | 0 -> 10 bytes | |||
| -rw-r--r-- | tests/26-null-byte.out | bin | 0 -> 10 bytes | |||
| -rw-r--r-- | tests/26-null-byte.sh | 2 |
3 files changed, 2 insertions, 0 deletions
diff --git a/tests/26-null-byte.in b/tests/26-null-byte.in Binary files differnew file mode 100644 index 0000000..012dab4 --- /dev/null +++ b/tests/26-null-byte.in diff --git a/tests/26-null-byte.out b/tests/26-null-byte.out Binary files differnew file mode 100644 index 0000000..012dab4 --- /dev/null +++ b/tests/26-null-byte.out diff --git a/tests/26-null-byte.sh b/tests/26-null-byte.sh new file mode 100644 index 0000000..2c825c3 --- /dev/null +++ b/tests/26-null-byte.sh @@ -0,0 +1,2 @@ +# Null bytes can be matched with \x00 +bp -p '\x00' |
