diff options
author | 2008-07-12 13:47:49 -0700 | |
---|---|---|
committer | 2008-07-12 14:33:41 -0700 | |
commit | 43f77e91eadbc290eb76a08110a039c809dde6c9 (patch) | |
tree | db580a0c9514ea29950c1daeda5cf4345e7d7fd3 /lib | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog (diff) | |
download | wireguard-linux-43f77e91eadbc290eb76a08110a039c809dde6c9.tar.xz wireguard-linux-43f77e91eadbc290eb76a08110a039c809dde6c9.zip |
drivers/char/pcmcia/ipwireless/hardware.c fix resource leak
Coverity CID: 2172 RESOURCE_LEAK
When pool_allocate() tries to enlarge a packet, if it can not allocate enough
memory, it returns NULL without first freeing the old packet.
This patch just frees the packet first.
Signed-off-by: Darren Jenkins <darrenrjenkins@gmail.com>
Acked-by: Jiri Kosina <jkosina@suse.cz>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions