Tony Cheneau
d4787a1543
6lowpan: Fix null pointer dereference in UDP uncompression function
...
When a UDP packet gets fragmented, a crash will occur at reassembly time.
This is because skb->transport_header is not set during earlier period of fragment reassembly.
As a consequence, call to udp_hdr() return NULL and uh (which is NULL) gets
dereferenced without much test.
Signed-off-by: Tony Cheneau <tony.cheneau@amnesiak.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-07-16 22:51:15 -07:00
..
2012-07-10 23:13:45 -07:00
2012-05-15 20:23:16 -04:00
2012-07-10 23:32:27 -07:00
2012-07-10 23:13:45 -07:00
2012-06-04 11:45:11 -04:00
2012-07-09 00:16:16 -07:00
2012-07-10 23:56:33 -07:00
2012-07-09 16:34:34 -04:00
2012-07-12 00:39:24 -07:00
2012-06-28 17:37:00 -07:00
2012-07-10 22:36:17 +02:00
2012-07-10 23:13:45 -07:00
2012-07-16 22:31:34 -07:00
2012-07-10 23:13:45 -07:00
2012-07-12 00:41:25 -07:00
2012-07-12 00:39:24 -07:00
2012-05-21 20:27:36 -07:00
2012-05-09 20:49:19 -04:00
2012-07-10 23:13:45 -07:00
2012-07-16 22:51:15 -07:00
2012-07-16 22:31:34 -07:00
2012-07-14 00:29:12 -07:00
2012-05-19 00:51:04 -04:00
2012-06-04 11:45:11 -04:00
2012-06-15 15:30:15 -07:00
2012-04-15 12:44:40 -04:00
2012-06-29 00:52:32 -07:00
2012-05-17 18:45:20 -04:00
2012-07-10 23:13:45 -07:00
2012-07-12 13:44:50 -04:00
2012-07-12 07:54:45 -07:00
2012-07-10 23:56:33 -07:00
2012-03-22 19:29:57 -04:00
2012-07-10 23:13:45 -07:00
2012-04-20 21:22:30 -04:00
2012-07-12 13:44:50 -04:00
2012-05-16 22:17:37 -04:00
2012-06-27 15:42:24 -07:00
2012-06-17 16:29:38 -07:00
2012-07-10 23:13:45 -07:00
2012-06-06 15:18:17 -04:00
2012-04-20 21:22:30 -04:00
2012-07-10 23:56:33 -07:00
2012-07-12 07:54:46 -07:00
2012-07-12 00:41:25 -07:00
2012-07-10 23:13:45 -07:00
2012-07-13 19:34:43 -04:00
2012-07-16 22:31:34 -07:00
2012-05-24 16:22:53 -04:00
2012-04-15 12:44:40 -04:00
2012-07-12 13:44:50 -04:00
2012-07-10 23:13:45 -07:00
2012-07-14 00:29:12 -07:00
2012-05-21 20:27:36 -07:00
2012-05-21 12:50:12 -07:00
2012-05-18 01:35:08 -04:00
2010-10-15 15:53:27 +02:00
2012-05-22 17:37:47 -07:00
2012-05-15 20:14:35 -04:00