Date: Wed, 23 Apr 2003 11:35:40 -0700 (PDT) From: Archie Cobbs <archie@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_ethersubr.c Message-ID: <200304231835.h3NIZe0J052766@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
archie 2003/04/23 11:35:40 PDT FreeBSD src repository Modified files: sys/net if_ethersubr.c Log: Fix a case where the return value from m_copy() was not being checked for NULL before proceeding, causing a crash if mbufs were exhausted. MFC after: 3 days Reported by: Mark Gooderum <mark@verniernetworks.com> Revision Changes Path 1.144 +6 -6 src/sys/net/if_ethersubr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304231835.h3NIZe0J052766>