Date: Sun, 4 Jul 1999 07:40:23 -0700 (PDT) From: Bill Paul <wpaul@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa if_wi.c Message-ID: <199907041440.HAA05658@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 1999/07/04 07:40:23 PDT Modified files: sys/i386/isa if_wi.c Log: Patch the WaveLAN/IEEE driver to detect and reject oversized received frames (or just insane received packet lengths generated due to errors reading from the NIC's internal buffers). Anything too large to fit safely into an mbuf cluster buffer is discarded and an error logged. I have not observed this problem with my own cards, but on user has reported it and adding the sanity test seems reasonable in any case. Problem noted and patch provided by: Per Andersson <per@cdg.chalmers.se> Revision Changes Path 1.7 +19 -2 src/sys/i386/isa/if_wi.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?199907041440.HAA05658>