]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
r348494 fixes a race in udp_output(). The same race exists in
authorMichael Tuexen <tuexen@FreeBSD.org>
Sat, 13 Jul 2019 12:45:08 +0000 (12:45 +0000)
committerMichael Tuexen <tuexen@FreeBSD.org>
Sat, 13 Jul 2019 12:45:08 +0000 (12:45 +0000)
commit9e44bc22d88410e3ac90c3bfe129220ac515267e
tree4c2816e27eea42f9577965ff318c418c4485d7bd
parentd7143780ce06016671c82440b2d3052cb8c9a4ff
r348494 fixes a race in udp_output(). The same race exists in
udp_output6(), therefore apply a similar patch to IPv6.

Reported by: syzbot+c5ffbc8f14294c7b0e54@syzkaller.appspotmail.com
Reviewed by: bz@, markj@
MFC after: 2 weeks
Sponsored by: Netflix, Inc.
Differential Revision: https://reviews.freebsd.org/D20936
sys/netinet6/udp6_usrreq.c