Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2002 10:23:09 -0700 (PDT)
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:  <200206191723.g5JHN9a51591@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmallett    2002/06/19 10:23:09 PDT

  Modified files:
    usr.bin/make         var.c 
  Log:
  Possibly expand the variable name's embedded variables before using it, as
  seen (somewhat) in NetBSD.  This catches a few extra recursion cases that
  could be hidden by expanding a NIL variable causing an existing variable to
  be returned (which caused infinite looping and climbing memory usage in at
  least one case).
  
  Obtained from:  NetBSD (in principle)
  
  Revision  Changes    Path
  1.27      +26 -0     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?200206191723.g5JHN9a51591>