Page MenuHomeFreeBSD

Fix initialization of eventhandler mutex.
ClosedPublic

Authored by mjoras on Mar 19 2018, 10:16 PM.
Tags
None
Referenced Files
F132494432: D14764.id40480.diff
Fri, Oct 17, 9:27 AM
Unknown Object (File)
Wed, Oct 15, 12:24 AM
Unknown Object (File)
Tue, Oct 14, 3:48 AM
Unknown Object (File)
Sun, Oct 12, 4:28 PM
Unknown Object (File)
Sun, Oct 12, 12:14 PM
Unknown Object (File)
Sat, Oct 11, 12:33 PM
Unknown Object (File)
Sat, Oct 11, 11:54 AM
Unknown Object (File)
Wed, Oct 8, 7:56 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