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)
Wed, Apr 29, 1:48 AM
Unknown Object (File)
Sat, Apr 25, 7:47 PM
Unknown Object (File)
Sat, Apr 25, 12:21 PM
Unknown Object (File)
Fri, Apr 17, 3:07 AM
Unknown Object (File)
Thu, Apr 16, 2:57 PM
Unknown Object (File)
Thu, Apr 16, 10:43 AM
Unknown Object (File)
Thu, Apr 16, 3:21 AM
Unknown Object (File)
Sat, Apr 11, 4:13 AM
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