Bill Paul 3528d68f71 Fix a (long standing?) bug in ip_output(): if ip_insertoptions() is
called and ip_output() encounters an error and bails (i.e. host
unreachable), we will leak an mbuf. This is because the code calls
m_freem(m0) after jumping to the bad: label at the end of the function,
when it should be calling m_freem(m). (m0 is the original mbuf list
_without_ the options mbuf prepended.)

Obtained from:	NetBSD
2001-10-30 18:15:48 +00:00
..
2001-10-23 00:42:15 +00:00
2001-10-30 15:51:52 +00:00
2001-10-28 22:53:45 +00:00
2001-09-12 08:38:13 +00:00
2001-10-24 14:12:47 +00:00
2001-09-12 08:38:13 +00:00
2001-09-12 08:38:13 +00:00
2001-09-12 08:38:13 +00:00
2001-10-29 07:55:57 +00:00
2001-09-12 08:38:13 +00:00
2001-08-21 09:16:57 +00:00
2001-09-12 08:38:13 +00:00
2001-10-23 00:42:15 +00:00
2001-09-12 08:38:13 +00:00