On Tue, Aug 22, 2017 at 10:13:31AM +0200, Martin Pieuchot wrote: > ok? OK bluhm@
> @@ -1310,7 +1308,6 @@ ip_pcbopts(struct mbuf **pcbopt, struct > return (0); > > bad: > - (void)m_free(m); > return (EINVAL); > } You could replace all goto bad with return (EINVAL).
