summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-04-12 00:12:19 +0000
committerMike Frysinger <vapier@gentoo.org>2006-04-12 00:12:19 +0000
commita6c8d1567d6133410963dfa3f27d6281ad34dae5 (patch)
tree88413923a5efc63892ed031842950da8f824fade /sys-apps
parentFix building with newer versions of gcc. (diff)
downloadgentoo-2-a6c8d1567d6133410963dfa3f27d6281ad34dae5.tar.gz
gentoo-2-a6c8d1567d6133410963dfa3f27d6281ad34dae5.tar.bz2
gentoo-2-a6c8d1567d6133410963dfa3f27d6281ad34dae5.zip
add some more notes about this patch
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/gawk/files/gawk-3.1.5-core.patch5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys-apps/gawk/files/gawk-3.1.5-core.patch b/sys-apps/gawk/files/gawk-3.1.5-core.patch
index 5dc134c78f22..651052e2b841 100644
--- a/sys-apps/gawk/files/gawk-3.1.5-core.patch
+++ b/sys-apps/gawk/files/gawk-3.1.5-core.patch
@@ -3,6 +3,11 @@ fix an ugly core on a simple script
http://lists.gnu.org/archive/html/bug-gnu-utils/2005-08/msg00040.html
http://lists.gnu.org/archive/html/bug-gnu-utils/2005-08/msg00047.html
+corresponds to this Fedora fix:
+* Tue Sep 27 2005 Karel Zak <kzak@redhat.com> 3.1.5-3
+- fix #169374 - Invalid Free (patch by Aharon Robbins)
+https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=169374
+
--- io.c
+++ io.c
@@ -2480,9 +2480,12 @@