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)
Fri, Sep 11, 11:18 PM
Unknown Object (File)
Wed, Sep 9, 9:02 AM
Unknown Object (File)
Wed, Sep 9, 9:02 AM
Unknown Object (File)
Tue, Sep 8, 2:54 PM
Unknown Object (File)
Sun, Sep 6, 8:32 PM
Unknown Object (File)
Sat, Sep 5, 10:42 PM
Unknown Object (File)
Sat, Sep 5, 9:49 PM
Unknown Object (File)
Sat, Sep 5, 1:06 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