]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Do not assert that the new pipepair mutex is not initialized. The
authorKonstantin Belousov <kib@FreeBSD.org>
Wed, 21 Jan 2015 16:32:54 +0000 (16:32 +0000)
committerKonstantin Belousov <kib@FreeBSD.org>
Wed, 21 Jan 2015 16:32:54 +0000 (16:32 +0000)
commitfe6317011557e3c0f8330a80c8cd0c13fdabea19
tree1e6a213f14ae1352ae077d422f2421b4ff38ac66
parent9e8bff64cb5e57e56cc42f17ef619e8b2db526c1
Do not assert that the new pipepair mutex is not initialized.  The
backing memory contains garbage and might trigger the assertion.

Reported and tested by: pho
Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks
sys/kern/sys_pipe.c