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, Jan 14, 11:05 AM
Unknown Object (File)
Mon, Jan 12, 5:46 PM
Unknown Object (File)
Sat, Jan 10, 3:27 PM
Unknown Object (File)
Sat, Jan 10, 5:05 AM
Unknown Object (File)
Fri, Jan 9, 7:11 PM
Unknown Object (File)
Nov 26 2025, 11:36 PM
Unknown Object (File)
Nov 24 2025, 7:55 PM
Unknown Object (File)
Nov 18 2025, 2:04 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