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, Feb 21, 5:31 AM
Unknown Object (File)
Mon, Feb 10, 7:22 AM
Unknown Object (File)
Thu, Jan 23, 9:31 PM
Unknown Object (File)
Jan 6 2025, 2:21 AM
Unknown Object (File)
Dec 9 2024, 6:15 AM
Unknown Object (File)
Nov 24 2024, 4:02 PM
Unknown Object (File)
Nov 2 2024, 4:18 AM
Unknown Object (File)
Oct 7 2024, 3:32 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