summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-queue.c
diff options
context:
space:
mode:
authorstsp <stsp@openbsd.org>2017-04-21 16:39:52 +0000
committerstsp <stsp@openbsd.org>2017-04-21 16:39:52 +0000
commitfad36d64201af4b0326dbb5840e25248dd85d967 (patch)
tree6e4cf39b733b18891dc0dd9949296993b4e998b6 /usr.bin/tmux/cmd-queue.c
parentIt is annoying that the copy mode key table (or any other key table) (diff)
downloadwireguard-openbsd-fad36d64201af4b0326dbb5840e25248dd85d967.tar.xz
wireguard-openbsd-fad36d64201af4b0326dbb5840e25248dd85d967.zip
Fix nic lock usages around iwm_{read,write}_prph().
The iwm_{read,write}_prph() calls don't grab the nic lock themselves so make sure to acquire it where necessary. The iwm_{set,clear}_bits_prph() on the other hand acquire/release the nic lock themselves. Since the nic lock doesn't do recursive locking we need to be careful to avoid accidentally releasing the nic lock too early that way. Patch by Imre Vadasz.
Diffstat (limited to 'usr.bin/tmux/cmd-queue.c')
0 files changed, 0 insertions, 0 deletions