cvs commit: src/sys/dev/iicbus iic.c

John Baldwin jhb at freebsd.org
Wed Sep 6 13:16:19 PDT 2006


On Wednesday 06 September 2006 15:46, Warner Losh wrote:
> imp         2006-09-06 19:46:02 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/dev/iicbus       iic.c 
>   Log:
>   MFp4: check the return value of malloc and report an error when invalid.

malloc(..., M_WAITOK) doesn't return NULL.

-- 
John Baldwin


More information about the cvs-src mailing list