Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Nov 2002 08:59:11 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/make var.c
Message-ID:  <200211081659.gA8GxBF3054105@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmallett    2002/11/08 08:59:11 PST

  Modified files:
    usr.bin/make         var.c 
  Log:
  Convert some broken cases where Error is called, but we try to continue,
  to Fatal errors, because the logic that we use to try to continue is far
  too broken, and makes things look and act weird, because we end up pointing
  past the end of a buffer boundry into freed memory in the caller, as we
  don't come close to setting the lengthPtr to a sane value.
  
  Reviewed by:    make@
  
  (This only changes failure cases which would have died horrid deaths to
   explicit clean death failure cases.)
  
  Revision  Changes    Path
  1.40      +5 -17     src/usr.bin/make/var.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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