Date: Mon, 1 Mar 2004 13:27:15 -0800 (PST) From: Scott Long <scottl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mlx mlx.c Message-ID: <200403012127.i21LRFR0076085@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
scottl 2004/03/01 13:27:15 PST FreeBSD src repository Modified files: sys/dev/mlx mlx.c Log: Check and free the actual pointer the was used in a malloc instead of checking and freeing a different pointer that may or may not have been assigned the same value. This should fix panics under load that were recently reported. Revision Changes Path 1.45 +2 -2 src/sys/dev/mlx/mlx.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403012127.i21LRFR0076085>