K 10 svn:author V 6 tuexen K 8 svn:date V 27 2020-05-07T01:37:42.970311Z K 7 svn:log V 321 MFC r352594: Improve SCTP locking Don't hold the info lock when calling sctp_select_a_tag(). This avoids a double lock bug in the NAT colliding state processing of SCTP. Thanks to Felix Weinrank for finding and reporting this issue in https://github.com/sctplab/usrsctp/issues/374 He found this bug using fuzz testing. END