Page MenuHomeFreeBSD

Fix initialization of eventhandler mutex.
ClosedPublic

Authored by mjoras on Mar 19 2018, 10:16 PM.
Tags
None
Referenced Files
F163564259: D14764.diff
Fri, Jul 24, 1:14 PM
F163564249: D14764.diff
Fri, Jul 24, 1:14 PM
Unknown Object (File)
Sun, Jul 19, 6:40 PM
Unknown Object (File)
Sun, Jul 19, 2:26 AM
Unknown Object (File)
Sun, Jul 19, 2:25 AM
Unknown Object (File)
Mon, Jul 13, 10:35 AM
Unknown Object (File)
Sun, Jul 12, 5:16 PM
Unknown Object (File)
Tue, Jun 30, 1:53 PM
Subscribers

Details

Summary

mtx_init does not do a copy of the name string it is passed. The
eventhandler code incorrectly passed the parameter string directly to
mtx_init instead of using the copy it makes. This was an existing
problem with the code that I dutifully copied over in my changes in r325621.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 15652
Build 15685: arc lint + arc unit