cvs commit: src/sys/kern link_elf.c

Matthew Dillon dillon at apollo.backplane.com
Thu Mar 3 16:01:10 PST 2005


: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 at xxxxxxxxxxxxx>





More information about the Commits mailing list