Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 2008 01:16:28 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/yacc skeleton.c
Message-ID:  <200807210116.m6L1GWcq009537@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kevlo       2008-07-21 01:16:28 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    usr.bin/yacc         skeleton.c 
  Log:
  SVN rev 180643 on 2008-07-21 01:16:28Z 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.12.1  +5 -1      src/usr.bin/yacc/skeleton.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807210116.m6L1GWcq009537>