Page MenuHomeFreeBSD

Fix initialization of eventhandler mutex.
ClosedPublic

Authored by mjoras on Mar 19 2018, 10:16 PM.
Tags
None
Referenced Files
F159376759: D14764.id.diff
Sat, Jun 13, 11:21 AM
Unknown Object (File)
Mon, Jun 8, 3:28 PM
Unknown Object (File)
Thu, Jun 4, 12:02 PM
Unknown Object (File)
Mon, May 25, 5:41 PM
Unknown Object (File)
Mon, May 25, 5:40 PM
Unknown Object (File)
Mon, May 25, 12:25 AM
Unknown Object (File)
Fri, May 15, 2:21 PM
Unknown Object (File)
May 15 2026, 4:07 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