Page MenuHomeFreeBSD

Fix initialization of eventhandler mutex.
ClosedPublic

Authored by mjoras on Mar 19 2018, 10:16 PM.
Tags
None
Referenced Files
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
Unknown Object (File)
Thu, Aug 6, 1:19 AM
Unknown Object (File)
Fri, Jul 31, 3:57 AM
Unknown Object (File)
Thu, Jul 30, 3:03 PM
Unknown Object (File)
Thu, Jul 30, 9:08 AM
Unknown Object (File)
Wed, Jul 29, 10:47 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 Not Applicable
Unit
Tests Not Applicable