bryanv
5dee4f91b5
Check for mbuf copy failure when there are multiple multicast sockets
...
This partitular case is the only path where the mbuf could be NULL.
udp_append() checked for a NULL mbuf only after invoking the tunneling
callback. Our only in tree tunneling callback - SCTP - assumed a non
NULL mbuf, and it is a bit odd to make the callbacks responsible for
checking this condition.
This also reduces the differences between the IPv4 and IPv6 code.
MFC after: 1 month
2014-10-09 05:17:47 +00:00
..
2014-10-08 20:25:21 +00:00
2014-10-08 20:25:21 +00:00
2014-10-09 01:54:32 +00:00
2014-10-08 12:24:24 +00:00
2014-10-07 16:08:21 +00:00
2014-09-25 21:07:19 +00:00
2014-10-07 04:54:11 +00:00
2014-10-05 03:58:30 +00:00
2014-06-24 06:55:49 +00:00
2014-09-25 08:28:10 +00:00
2014-10-08 19:54:42 +00:00
2014-10-08 09:44:02 +00:00
2014-09-05 16:40:47 +00:00
2014-10-08 12:18:16 +00:00
2014-09-25 19:10:32 +00:00
2014-10-08 20:25:21 +00:00
2014-10-09 02:30:38 +00:00
2014-10-07 04:54:11 +00:00
2014-10-08 20:25:21 +00:00
2014-10-08 09:30:35 +00:00
2014-10-08 21:23:34 +00:00
2014-09-19 09:20:55 +00:00
2014-09-20 16:43:14 +00:00
2014-10-09 05:17:47 +00:00
2014-10-07 16:01:17 +00:00
2014-10-02 02:00:21 +00:00
2014-10-06 12:29:06 +00:00
2014-06-14 12:26:12 +00:00
2014-09-14 18:07:55 +00:00
2014-07-01 20:00:35 +00:00
2014-10-07 10:04:25 +00:00
2014-09-22 17:32:27 +00:00
2014-10-04 06:01:30 +00:00
2014-09-26 15:16:53 +00:00
2014-07-01 20:47:16 +00:00
2014-08-20 16:04:30 +00:00
2014-09-25 08:28:10 +00:00
2014-10-09 04:40:19 +00:00
2014-08-30 22:39:15 +00:00
2014-09-15 12:28:29 +00:00
2014-10-05 21:34:56 +00:00
2014-10-08 20:25:21 +00:00
2014-09-30 17:31:04 +00:00
2014-09-23 06:32:19 +00:00