]> 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:31:56 +0000 (13:31 -0800)
commit80aaaa5f718a50b3bfacba80c46cb7176fd26096
tree31f5a105e9a351e20720c107f01b9d9f28f5b9db
parent9d74ebe51d88fe508c93e00a7086f75a6d84f5eb
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