diff options
| author | Nguyễn Gia Phong <cnx@loang.net> | 2025-04-09 16:09:20 +0900 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-04-09 16:09:20 +0900 |
| commit | 35b64cdd191a1d0840416e7a8217c5bad2a1ec61 (patch) | |
| tree | a16404078ddd46b59975739b3da03ae3c270cdef | |
| parent | b0c292dd2bf7a81a0be7d41a4cfd7db44100dd5f (diff) | |
| download | loftix-35b64cdd191a1d0840416e7a8217c5bad2a1ec61.tar.gz | |
Fix Markdown link ref
| -rw-r--r-- | bugs/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bugs/README.md b/bugs/README.md index d27824d..ad8de16 100644 --- a/bugs/README.md +++ b/bugs/README.md @@ -36,22 +36,22 @@ ## GNU Core Utilities -- #19784: [heap buffer overflow](gnu-19784) +- #19784: [heap buffer overflow][gnu-19784] guix shell -e '(@@ (loftix bugs) coreutils-8.23-asan)' make-prime-list "$(cat gnu/19784/limit)" -- #25003: [negative size param](gnu-25003) +- #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 -- #25023: [global buffer overflow](gnu-25023) +- #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 -- #26545: [memcpy param overlap](gnu-26545) +- #26545: [memcpy param overlap][gnu-26545] guix shell -e '(@@ (loftix bugs) coreutils-8.27-asan)' shred -n4 -s"$(cat gnu/26545/size)" /dev/null |
