Date: Tue, 3 Apr 2007 12:45:10 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netatm atm_if.c Message-ID: <200704031245.l33CjAbb079622@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2007-04-03 12:45:10 UTC FreeBSD src repository Modified files: sys/netatm atm_if.c Log: Fix use after free bug: use temporary variable to hold next entry in linked list while freeing current entry, rather than using the free'd entry's next pointer. Found with: Coverity Prevent(tm) CID: 1333 Revision Changes Path 1.33 +3 -2 src/sys/netatm/atm_if.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704031245.l33CjAbb079622>