Date: Sat, 6 Jan 2001 12:44:40 -0800 (PST) From: Bosko Milekic <bmilekic@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/musycc musycc.c Message-ID: <200101062044.f06Kiex42615@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bmilekic 2001/01/06 12:44:40 PST Modified files: sys/dev/musycc musycc.c Log: Make sure musycc driver deals with the possibility of any type of mbuf allocation not succeeding. In this case, make sure the driver doesn't leak any memory by freeing all necessary buffers; make sure to loop and free all the previously allocated mbufs in this routine. Reviewed by: alfred Revision Changes Path 1.14 +21 -1 src/sys/dev/musycc/musycc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101062044.f06Kiex42615>