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)
Tue, May 14, 5:00 PM
Unknown Object (File)
Sun, May 5, 7:46 AM
Unknown Object (File)
Sat, May 4, 12:31 PM
Unknown Object (File)
Fri, May 3, 3:46 AM
Unknown Object (File)
Fri, Apr 26, 3:06 PM
Unknown Object (File)
Sun, Apr 21, 4:45 AM
Unknown Object (File)
Apr 13 2024, 10:06 PM
Unknown Object (File)
Jan 31 2024, 11:50 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