Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Aug 1995 22:14:45 -0700
From:      John Dyson <dyson>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/i386/isa syscons.c
Message-ID:  <199508080514.WAA24282@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
dyson       95/08/07 22:14:44

  Modified:    sys/i386/isa  syscons.c
  Log:
  Fixed a problem that malloc(..,..,M_NOWAIT) was being called without checking
  for return values.  It just so happens that in the cases where it is likely
  to fail, it is okay to change the M_NOWAIT to M_WAITOK -- and all will
  be well.  This problem was manfest as a panic very regularly on a 4MB
  system right after bootup.



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