summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 @@