cvs commit: src/usr.bin/yacc skeleton.c

[ Available lists | Index of cvs-src | Month of Jul 2008 | Week of 21 Jul 2008 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Kevin Lo <kevlo@FreeBSD.org>
Date
21 Jul 2008 01:13:47
Subject
cvs commit: src/usr.bin/yacc skeleton.c
Message-ID
200807210113.m6L1Dl0f009277@repoman.freebsd.org


[ Hide this part ]
kevlo       2008-07-21 01:13:33 UTC

FreeBSD src repository

Modified files: (Branch: RELENG_7)
usr.bin/yacc skeleton.c
Log:
SVN rev 180642 on 2008-07-21 01:13:33Z by kevlo

MFC: r180597
Fix a longstanding bug, from Otto Moerbeck:
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

Obtained from: OpenBSD

Revision Changes Path
1.37.22.1 +5 -1 src/usr.bin/yacc/skeleton.c


Elapsed time: 0.112 seconds