tag 344353 + patch
thanks

Attached is a patch which fixes the bug.

James
-- 
GPG Key: 1024D/61326D40 2003-09-02 James Vega <[EMAIL PROTECTED]>
#! /bin/sh /usr/share/dpatch/dpatch-run
## 01_io.c.dpatch by James Vega <[EMAIL PROTECTED]>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: iop is never alloc()'d, so it shouldn't be free()'d.

@DPATCH@
diff -urNad gawk-3.1.5~/io.c gawk-3.1.5/io.c
--- gawk-3.1.5~/io.c    2005-07-26 14:07:43.000000000 -0400
+++ gawk-3.1.5/io.c     2006-02-08 13:30:51.000000000 -0500
@@ -2495,7 +2495,6 @@
        }
 
        if (iop->fd == INVALID_HANDLE) {
-               free(iop);
                return NULL;
        }
        if (isatty(iop->fd))

Attachment: signature.asc
Description: Digital signature

Reply via email to