cvs commit: src/sys/emulation/ndis

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Nov 17 10:28:05 PST 2004


dillon      2004/11/17 10:27:17 PST

DragonFly src repository

  Modified files:
    sys/emulation/ndis   subr_ndis.c 
  Log:
  Fix a bug in the checking of malloc()'s return value.  It turns out to have
  been masked by the fact that M_WAITOK does not return NULL anyway.
  
  Submitted-by: Andrew Atrens <atrens at xxxxxxxxxxxxxxxxxx>
  
  Revision  Changes    Path
  1.7       +2 -2      src/sys/emulation/ndis/subr_ndis.c


http://www.dragonflybsd.org/cvsweb/src/sys/emulation/ndis/subr_ndis.c.diff?r1=1.6&r2=1.7&f=u





More information about the Commits mailing list