How old was this bug again? On Tue, Jul 08, 2008 at 09:06:50AM -0600, Otto Moerbeek wrote: > CVSROOT: /cvs > Module name: src > Changes by: [EMAIL PROTECTED] 2008/07/08 09:06:50 > > Modified files: > usr.bin/yacc : skeleton.c > > Log message: > Fix an venerable bug: if we're reducing a rule that has an empty > right hand side and the yacc stackpointer is pointing at the very > end of the allocated stack, we end up accessing the stack out of > bounds by the implicit $$ = $1 action. Detected by my new malloc, > experienced by sturm@ on sparc64; ok deraadt@
- CVS: cvs.openbsd.org: src Antoine Jacoutot
- CVS: cvs.openbsd.org: src David Gwynne
- CVS: cvs.openbsd.org: src Joris Vink
- CVS: cvs.openbsd.org: src Joris Vink
- CVS: cvs.openbsd.org: src Joris Vink
- CVS: cvs.openbsd.org: src Joris Vink
- CVS: cvs.openbsd.org: src Claudio Jeker
- CVS: cvs.openbsd.org: src David Gwynne
- CVS: cvs.openbsd.org: src Otto Moerbeek
- Re: CVS: cvs.openbsd.org: src Otto Moerbeek
- Re: CVS: cvs.openbsd.org: src Marco Peereboom
- Re: CVS: cvs.openbsd.org: src Otto Moerbeek
- CVS: cvs.openbsd.org: src Martynas Venckus
- CVS: cvs.openbsd.org: src Igor Sobrado
- CVS: cvs.openbsd.org: src Igor Sobrado
- CVS: cvs.openbsd.org: src Brad Smith
- Re: CVS: cvs.openbsd.org: src Josh
- Re: CVS: cvs.openbsd.org: src Mathieu SEGAUD
- CVS: cvs.openbsd.org: src Thordur I. Bjornsson
- CVS: cvs.openbsd.org: src Reyk Floeter
- CVS: cvs.openbsd.org: src Todd C. Miller