diff options
Diffstat (limited to 'bugs')
-rw-r--r-- | bugs/README.md | 8 | ||||
-rw-r--r-- | bugs/gnu/19784/argv | bin | 0 -> 17 bytes | |||
-rw-r--r-- | bugs/gnu/19784/limit | 1 | ||||
-rw-r--r-- | bugs/gnu/25003/argv | bin | 0 -> 21 bytes | |||
-rw-r--r-- | bugs/gnu/25003/chunks | 1 | ||||
-rw-r--r-- | bugs/gnu/25023/argv | bin | 0 -> 34 bytes | |||
-rw-r--r-- | bugs/gnu/25023/separator | 1 | ||||
-rw-r--r-- | bugs/gnu/26545/argv | bin | 0 -> 23 bytes | |||
-rw-r--r-- | bugs/gnu/26545/size | 1 |
9 files changed, 4 insertions, 8 deletions
diff --git a/bugs/README.md b/bugs/README.md index ad8de16..42d6383 100644 --- a/bugs/README.md +++ b/bugs/README.md @@ -39,22 +39,22 @@ - #19784: [heap buffer overflow][gnu-19784] guix shell -e '(@@ (loftix bugs) coreutils-8.23-asan)' - make-prime-list "$(cat gnu/19784/limit)" + make-prime-list 3 # or: $(xargs -0 -a gnu/19784/argv) - #25003: [negative size param][gnu-25003] guix shell -e '(@@ (loftix bugs) coreutils-8.26-sans-4954f79-asan)' - split -n"$(cat gnu/25003/chunks)" /dev/null + split -n2/3 /dev/null # or: $(xargs -0 -a gnu/25003/argv) - #25023: [global buffer overflow][gnu-25023] guix shell -e '(@@ (loftix bugs) coreutils-8.25-asan)' - echo | pr -m -S"$(cat gnu/25023/separator)" -t /dev/fd/0 /dev/null + pr -m -S"$(printf '\t\t\t')" -t /dev/null /dev/zero - #26545: [memcpy param overlap][gnu-26545] guix shell -e '(@@ (loftix bugs) coreutils-8.27-asan)' - shred -n4 -s"$(cat gnu/26545/size)" /dev/null + shred -n4 -s7 /dev/null # or: $(xargs -0 -a gnu/26545/argv) ## JasPer diff --git a/bugs/gnu/19784/argv b/bugs/gnu/19784/argv new file mode 100644 index 0000000..cc212c7 --- /dev/null +++ b/bugs/gnu/19784/argv Binary files differdiff --git a/bugs/gnu/19784/limit b/bugs/gnu/19784/limit deleted file mode 100644 index e440e5c..0000000 --- a/bugs/gnu/19784/limit +++ /dev/null @@ -1 +0,0 @@ -3 \ No newline at end of file diff --git a/bugs/gnu/25003/argv b/bugs/gnu/25003/argv new file mode 100644 index 0000000..fce27bd --- /dev/null +++ b/bugs/gnu/25003/argv Binary files differdiff --git a/bugs/gnu/25003/chunks b/bugs/gnu/25003/chunks deleted file mode 100644 index ffe913b..0000000 --- a/bugs/gnu/25003/chunks +++ /dev/null @@ -1 +0,0 @@ -2/3 \ No newline at end of file diff --git a/bugs/gnu/25023/argv b/bugs/gnu/25023/argv new file mode 100644 index 0000000..ad45798 --- /dev/null +++ b/bugs/gnu/25023/argv Binary files differdiff --git a/bugs/gnu/25023/separator b/bugs/gnu/25023/separator deleted file mode 100644 index bbeba64..0000000 --- a/bugs/gnu/25023/separator +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/bugs/gnu/26545/argv b/bugs/gnu/26545/argv new file mode 100644 index 0000000..427d8f7 --- /dev/null +++ b/bugs/gnu/26545/argv Binary files differdiff --git a/bugs/gnu/26545/size b/bugs/gnu/26545/size deleted file mode 100644 index c793025..0000000 --- a/bugs/gnu/26545/size +++ /dev/null @@ -1 +0,0 @@ -7 \ No newline at end of file |