看板 DFBSD_commit 關於我們 聯絡資訊
:hsu 2005/03/03 11:50:33 PST : :DragonFly src repository : : Modified files: : sys/kern link_elf.c : Log: : Use malloc(M_ZERO) in preference to separate bzero() after allocation. : : Revision Changes Path : 1.16 +7 -11 src/sys/kern/link_elf.c : :http://www.dragonflybsd.org/cvsweb/src/sys/kern/link_elf.c.diff?r1=1.15&r2=1.16&f=u Plus if it is panicing on a NULL return, it shouldn't be using M_NOWAIT. I'll make that change. -Matt Matthew Dillon <dillon@backplane.com>