diff options
| author | Nguyễn Gia Phong <cnx@loang.net> | 2025-04-08 13:43:00 +0900 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-04-08 13:43:00 +0900 |
| commit | bb91c0468597713faf49ee8f06ab460935190c9e (patch) | |
| tree | b0220cb335f976c561ec4779837e80e66cb87dfb /bugs/README.md | |
| parent | 8e0cbcdbacd9e1469f6c51d9180664529a268516 (diff) | |
| download | loftix-bb91c0468597713faf49ee8f06ab460935190c9e.tar.gz | |
Add coreutils bug 25003
Diffstat (limited to 'bugs/README.md')
| -rw-r--r-- | bugs/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bugs/README.md b/bugs/README.md index 503f433..3de0a45 100644 --- a/bugs/README.md +++ b/bugs/README.md @@ -41,6 +41,11 @@ guix shell -e '(@@ (loftix bugs) coreutils-8.23-asan)' make-prime-list "$(cat gnu/19784/limit)" +- #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) guix shell -e '(@@ (loftix bugs) coreutils-8.25-asan)' @@ -259,6 +264,7 @@ [chromium-42452152]: https://project-zero.issues.chromium.org/issues/42452152 [chromium-42452154]: https://project-zero.issues.chromium.org/issues/42452154 [gnu-19784]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=19784 +[gnu-25003]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25003 [gnu-25023]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25023 [gnu-26545]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26545 [jasper-22]: https://github.com/jasper-software/jasper/issues/22 |
