At 12:19 PM -0500 8/28/01, Steven Ames wrote:
>I will submit a problem report to Christos but I want to make sure
>that I can explain exactly what is happening and why...

Memory is getting freed out from under a pointer to that memory. I just
submitted this patch to the tcsh mailing list and hopefully Christos or
someone else can validate that it is the correct patch to make.

Mark

Index: tc.func.c
===================================================================
RCS file: /cvs/freebsd/src/contrib/tcsh/tc.func.c,v
retrieving revision 1.1.1.2.2.2
diff -u -r1.1.1.2.2.2 tc.func.c
--- tc.func.c   2001/03/05 05:50:09     1.1.1.2.2.2
+++ tc.func.c   2001/08/28 17:20:59
@@ -1259,6 +1259,7 @@
                            del = tmp;
                            xfree((ptr_t) del);
                        }
+                       we = tmp;
                    }
                }
            }


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to