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)
Sun, Apr 21, 4:45 AM
Unknown Object (File)
Sat, Apr 13, 10:06 PM
Unknown Object (File)
Jan 31 2024, 11:50 PM
Unknown Object (File)
Jan 22 2024, 12:54 PM
Unknown Object (File)
Jan 5 2024, 7:25 AM
Unknown Object (File)
Jan 1 2024, 12:40 PM
Unknown Object (File)
Dec 28 2023, 12:21 PM
Unknown Object (File)
Dec 20 2023, 2:24 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