commit | a7807d73a0fa9b33dbdfd5f1cb97970ccc91d77e | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Wed Oct 01 11:30:57 2014 +0300 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Thu Oct 02 13:41:32 2014 +0300 |
tree | b1b369c0f169d5c16d21f3cbe2bf998649dd4796 | |
parent | fc12518a4bcbd4214652291df76f692343bca3d5 [diff] |
Bluetooth: 6lowpan: Avoid memory leak if memory allocation fails If skb_unshare() returns NULL, then we leak the original skb. Solution is to use temp variable to hold the new skb. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>