aboutsummaryrefslogtreecommitdiff
path: root/sys/opencrypto/xform_blf.c
diff options
context:
space:
mode:
authorMatt Joras <mjoras@FreeBSD.org>2018-03-19 22:43:27 +0000
committerMatt Joras <mjoras@FreeBSD.org>2018-03-19 22:43:27 +0000
commitd6160f60790af6bc33658937daced47f24ac2f85 (patch)
tree783a2ac4f1acf5742323af01c7b7c8f4fb884577 /sys/opencrypto/xform_blf.c
parentdc85846736dffed97360a1c17b89f34c03e4c022 (diff)
downloadsrc-d6160f60790af6bc33658937daced47f24ac2f85.tar.gz
src-d6160f60790af6bc33658937daced47f24ac2f85.zip
Fix initialization of eventhandler mutex.
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. Reported by: Anton Rang <rang AT acm.org> Reviewed by: rstone, markj Approved by: rstone (mentor) MFC after: 1 week Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D14764
Notes
Notes: svn path=/head/; revision=331227
Diffstat (limited to 'sys/opencrypto/xform_blf.c')
0 files changed, 0 insertions, 0 deletions