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)
Thu, Nov 23, 1:29 PM
Unknown Object (File)
Sun, Nov 19, 12:51 PM
Unknown Object (File)
Fri, Nov 17, 7:10 AM
Unknown Object (File)
Wed, Nov 15, 12:19 AM
Unknown Object (File)
Nov 9 2023, 7:07 PM
Unknown Object (File)
Oct 18 2023, 1:42 PM
Unknown Object (File)
Oct 8 2023, 5:58 PM
Unknown Object (File)
Aug 8 2023, 1:45 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