Re: Minor patch to correct buffer overrun
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.comp.gnu.make.windows |
|---|---|
| Message-ID | <[email protected]> |
> From: Paul Smith <[email protected]> > Cc: Chris Sutcliffe <[email protected]>, [email protected] > Date: Sat, 28 Aug 2010 17:54:56 -0400 > > I still don't see how this solves the core dump problem though. It doesn't. It just avoids producing a bad binary due to configure-time problems. Protecting Make from overflowing array bounds is another issue.