Date: Wed, 21 Apr 2010 19:47:19 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net if.c Message-ID: <201004211947.o3LJlSAf064989@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2010-04-21 19:47:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/net if.c Log: SVN rev 207011 on 2010-04-21 19:47:19Z by bz MFC r206469: In if_detach_internal() only try to do the detach run if if_attachdomain1() has actually succeeded to initialize and attach. There is a theoretical possibility to drop out early in if_attachdomain1() leaving the array uninitialized if we cannot get the lock. Discussed with: rwatson Revision Changes Path 1.359.2.17 +1 -1 src/sys/net/if.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004211947.o3LJlSAf064989>