Buffer overruns in libltdl/ltdl.c

2002-03-17 Thread Julian Seward
From: Julian Seward <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] I spotted with valgrind the other day some invalid reads in here and chased them this evening. It happens only when reading very long lines (> 1024 bytes) from a .la file. The lines of the .la fil

Re: Buffer overruns in libltdl/ltdl.c

2002-03-19 Thread Julian Seward
> > I just looked at rev 1.163 in your CVS repo, and it's definition > > of realloc is similarly broken (assuming my analysis below is > > correct). Are you aware of this? > > I reported this a while ago too -- I sure hope it gets fixed -- it was > causing all manner of problems here. Why does