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)
Fri, Apr 3, 7:19 PM
Unknown Object (File)
Wed, Apr 1, 5:49 PM
Unknown Object (File)
Wed, Apr 1, 5:27 AM
Unknown Object (File)
Sat, Mar 21, 6:12 AM
Unknown Object (File)
Mon, Mar 16, 10:48 PM
Unknown Object (File)
Sun, Mar 8, 6:42 AM
Unknown Object (File)
Feb 27 2026, 10:05 AM
Unknown Object (File)
Jan 20 2026, 1:26 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