git: uipc: Release token in the proper order on unconnected DGRAM send path
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Thu Nov 12 02:42:30 PST 2015
commit 8e40b0f9eba778056e6cc85803be57f4910fc58a
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date: Thu Nov 12 18:39:38 2015 +0800
uipc: Release token in the proper order on unconnected DGRAM send path
Reported-by: zrj
Summary of changes:
sys/kern/uipc_usrreq.c | 6 +-
test/{udp/bindsend => unix/unconn_dgram}/Makefile | 2 +-
test/unix/unconn_dgram/unconn_dgram.c | 80 +++++++++++++++++++++++
3 files changed, 85 insertions(+), 3 deletions(-)
copy test/{udp/bindsend => unix/unconn_dgram}/Makefile (77%)
create mode 100644 test/unix/unconn_dgram/unconn_dgram.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8e40b0f9eba778056e6cc85803be57f4910fc58a
--
DragonFly BSD source repository
More information about the Commits
mailing list