K 10 svn:author V 6 tuexen K 8 svn:date V 27 2019-05-16T08:17:32.770358Z K 7 svn:log V 365 MFC r339024: Fix the handling of ancillary data for SCTP socket. Implement sctp_process_cmsgs_for_init() and sctp_findassociation_cmsgs() similar to sctp_find_cmsg() to improve consistency and avoid the signed/unsigned issues in sctp_process_cmsgs_for_init() and sctp_findassociation_cmsgs(). Thanks to andrew@ for reporting the problem he found using syzcaller. END