SHA256
1
0
forked from pool/coreutils

- Add CVE numbers to changelog:

CVE-2013-0221, CVE-2013-0222, CVE-2013-0223

OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=176
This commit is contained in:
Bernhard Voelker 2013-01-26 19:35:28 +00:00 committed by Git OBS Bridge
parent f6d4b45a7b
commit 9ae545fad8
2 changed files with 10 additions and 6 deletions

View File

@ -1,20 +1,22 @@
-------------------------------------------------------------------
Sun Jan 20 13:18:28 UTC 2013 - mail@bernhard-voelker.de
- Avoid segmentation fault in "join -i" with long line input (bnc#798541, VUL-1)
- Avoid segmentation fault in "join -i" with long line input
(bnc#798541, VUL-1, CVE-2013-0223)
* src/join.c: Instead of usig unreliable alloca() stack allocation,
use heap allocation via xmalloc()+free().
(coreutils-i18n.patch, from Philipp Thomas <pth@suse.de>)
- Avoid segmentation fault in "sort -d" and "sort -M" with long line input
(bnc#798538, VUL-1)
(bnc#798538, VUL-1, CVE-2013-0221)
* src/sort.c: Instead of usig unreliable alloca() stack allocation,
use heap allocation via xmalloc()+free().
(coreutils-i18n.patch, from Philipp Thomas <pth@suse.de>)
- Avoid segmentation fault in "uniq" with long line input (bnc#796243, VUL-1)
- Avoid segmentation fault in "uniq" with long line input
(bnc#796243, VUL-1, CVE-2013-0222)
* src/cut.c: Instead of usig unreliable alloca() stack allocation,
use heap allocation via xmalloc()+free().

View File

@ -1,20 +1,22 @@
-------------------------------------------------------------------
Sun Jan 20 13:18:28 UTC 2013 - mail@bernhard-voelker.de
- Avoid segmentation fault in "join -i" with long line input (bnc#798541, VUL-1)
- Avoid segmentation fault in "join -i" with long line input
(bnc#798541, VUL-1, CVE-2013-0223)
* src/join.c: Instead of usig unreliable alloca() stack allocation,
use heap allocation via xmalloc()+free().
(coreutils-i18n.patch, from Philipp Thomas <pth@suse.de>)
- Avoid segmentation fault in "sort -d" and "sort -M" with long line input
(bnc#798538, VUL-1)
(bnc#798538, VUL-1, CVE-2013-0221)
* src/sort.c: Instead of usig unreliable alloca() stack allocation,
use heap allocation via xmalloc()+free().
(coreutils-i18n.patch, from Philipp Thomas <pth@suse.de>)
- Avoid segmentation fault in "uniq" with long line input (bnc#796243, VUL-1)
- Avoid segmentation fault in "uniq" with long line input
(bnc#796243, VUL-1, CVE-2013-0222)
* src/cut.c: Instead of usig unreliable alloca() stack allocation,
use heap allocation via xmalloc()+free().