]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
r348494 fixes a race in udp_output(). The same race exists in
authortuexen <tuexen@FreeBSD.org>
Sat, 13 Jul 2019 12:45:08 +0000 (12:45 +0000)
committertuexen <tuexen@FreeBSD.org>
Sat, 13 Jul 2019 12:45:08 +0000 (12:45 +0000)
commit643dee5f1e863678bb8a6a58b0b4fa51e43cc1da
tree4c2816e27eea42f9577965ff318c418c4485d7bd
parentc37797ab62b7a7b048ed7b970ecd83f72d2bf5fc
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