From: Tony Cheneau Date: Wed, 11 Jul 2012 06:51:14 +0000 (+0000) Subject: 6lowpan: Fix null pointer dereference in UDP uncompression function X-Git-Tag: v3.6-rc1~125^2~164 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4787a15432384826a0bed42d189fc2a97dc73ea;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed