看板 DFBSD_submit 關於我們 聯絡資訊
:Straightforward bug fix on error path. Noticed while reviewing the ndis :code ... Committed. Note that this bug could not have occured anyway since malloc(...M_WAITOK) will panic if it can't allocate memory. NULL is not unless M_NULLOK is also specified, or unless M_NOWAIT is used. -Matt Matthew Dillon <dillon@backplane.com>