diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-03-01 14:06:45 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-03-01 14:06:45 +0000 |
commit | 5917190288ce8ef52ebe0ccb99a7ffeb3226e100 (patch) | |
tree | b5c2cca12ff055d036e1bea7d5b0f9b86a3ac856 /dev-libs/newt/files | |
parent | Fix installation with new xorg-2.eclass. (diff) | |
download | gentoo-2-5917190288ce8ef52ebe0ccb99a7ffeb3226e100.tar.gz gentoo-2-5917190288ce8ef52ebe0ccb99a7ffeb3226e100.tar.bz2 gentoo-2-5917190288ce8ef52ebe0ccb99a7ffeb3226e100.zip |
Delete older ebuild.
(Portage version: 2.2.0_alpha25_p13/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/newt/files')
-rw-r--r-- | dev-libs/newt/files/newt-CVE-2009-2905.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-libs/newt/files/newt-CVE-2009-2905.patch b/dev-libs/newt/files/newt-CVE-2009-2905.patch deleted file mode 100644 index 1e45af836519..000000000000 --- a/dev-libs/newt/files/newt-CVE-2009-2905.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -up newt-0.52.10/textbox.c.orig newt-0.52.10/textbox.c ---- newt-0.52.10/textbox.c.orig 2008-07-30 14:42:55.000000000 +0200 -+++ newt-0.52.10/textbox.c 2009-09-21 14:59:24.000000000 +0200 -@@ -179,7 +179,7 @@ static void doReflow(const char * text, - - if (resultPtr) { - /* XXX I think this will work */ -- result = malloc(strlen(text) + (strlen(text) / width) + 2); -+ result = malloc(strlen(text) + (strlen(text) / (width - 1)) + 2); - *result = '\0'; - } |