Conrad T. Pino wrote: >Yes but the "free" function detects the write past the end and displays >a dialog box with "Abort", "Retry", "Ignore" options. Nothing odd occurs >when "free" isn't called. Looks clean to me. > >
That isn't right. Since realloc(0,0) should return a valid pointer, you need to be able to pass it to free() without a problem. Some code may be making this assumption. Use the GNULIB replacement realloc in lib/realloc.c. Regards, Derek -- Derek R. Price CVS Solutions Architect Ximbiot <http://ximbiot.com> v: +1 717.579.6168 f: +1 717.234.3125 <mailto:[EMAIL PROTECTED]> _______________________________________________ Bug-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/bug-cvs
