Page MenuHomeFreeBSD

Fix initialization of eventhandler mutex.
ClosedPublic

Authored by mjoras on Mar 19 2018, 10:16 PM.
Tags
None
Referenced Files
F168273109: D14764.id40481.diff
Thu, Aug 27, 7:59 AM
Unknown Object (File)
Tue, Aug 25, 11:27 AM
Unknown Object (File)
Tue, Aug 25, 8:22 AM
Unknown Object (File)
Tue, Aug 25, 7:39 AM
Unknown Object (File)
Tue, Aug 25, 4:29 AM
Unknown Object (File)
Mon, Aug 10, 9:41 AM
Unknown Object (File)
Mon, Aug 10, 9:35 AM
Unknown Object (File)
Sat, Aug 8, 2:39 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