cvs commit: src/sys/boot/forth beastie.4th

Scott Long scottl at FreeBSD.org
Tue Nov 30 23:17:58 PST 2004


scottl      2004-12-01 07:17:57 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/forth       beastie.4th 
  Log:
  Fix a bunch of stack leaks.  These were theoretically harmless, except that
  they would leave enough elements on the stack that if you escaped to the
  loader prompt and then typed 'setenv', it would pull in all of the leaked
  junk and cause an exception in the environment.  There still seems to be
  3 leaked elements, but they don't appear to be coming from this file.
  
  Revision  Changes    Path
  1.10      +11 -5     src/sys/boot/forth/beastie.4th


More information about the cvs-src mailing list