K 10 svn:author V 2 ae K 8 svn:date V 27 2016-12-13T20:54:38.335078Z K 7 svn:log V 220 Fix possible bug in udp_ipsec_output(). m_makespace() returns mbuf where UDP header is stored. And it is possible, that it is not the same mbuf where IP header is. So, don't touch original mbuf, just return error code. END