]> git.karo-electronics.de Git - karo-tx-linux.git/commit
irda: Fix heap memory corruption in iriap.c
authorSamuel Ortiz <samuel@sortiz.org>
Tue, 5 Oct 2010 23:03:12 +0000 (01:03 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 9 Dec 2010 21:26:32 +0000 (13:26 -0800)
commit7a263a4d8dacd7cc9f1e90e1b6e9a2e16ea22031
tree61af1bc101a2f137f4088727d8d2b18aa73838dc
parent3d72a94653ce5dbb54db04c3f60c840d1718265a
irda: Fix heap memory corruption in iriap.c

commit 37f9fc452d138dfc4da2ee1ce5ae85094efc3606 upstream.

While parsing the GetValuebyClass command frame, we could potentially write
passed the skb->data pointer.

Reported-by: Ilja Van Sprundel <ivansprundel@ioactive.com>
Signed-off-by: Samuel Ortiz <samuel@sortiz.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/irda/iriap.c