K 10 svn:author V 6 tuexen K 8 svn:date V 27 2020-05-19T07:21:11.594725Z K 7 svn:log V 320 Revert r361209: cem noted that on FreeBSD snprintf() can not fail and code should not check for that. A followup commit will replace the usage of snprintf() in the SCTP sources with a variadic macro SCTP_SNPRINTF, which will simply map to snprintf() on FreeBSD and do a checking similar to r361209 on other platforms. END