K 10 svn:author V 2 ae K 8 svn:date V 27 2017-10-09T08:50:03.935652Z K 7 svn:log V 273 MFC r324098: Some mbuf related fixes in icmp_error() * check mbuf length before doing mtod() and accessing to IP header; * update oip pointer and all depending pointers after m_pullup(); * remove extra checks and extra parentheses, wrap long lines; PR: 222670 END