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

Kevin Lo kevlo at FreeBSD.org
Fri Jul 18 15:05:18 UTC 2008


kevlo       2008-07-18 15:05:14 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/yacc         skeleton.c 
  Log:
  SVN rev 180597 on 2008-07-18 15:05:14Z by kevlo
  
  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.38      +5 -1      src/usr.bin/yacc/skeleton.c


More information about the cvs-src mailing list