]> git.baikalelectronics.ru Git - kernel.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)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 11 Oct 2010 00:12:26 +0000 (02:12 +0200)
commiteb16b0d636ad924333a45ceb3b65cf305013bc01
treef2c35efb2269f237efe69f6a1ef5986f784465c5
parent3d4dec54a322be38f0fbde14498fc96a27e6ce7c
irda: Fix heap memory corruption in iriap.c

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

Cc: stable@kernel.org
Reported-by: Ilja Van Sprundel <ivansprundel@ioactive.com>
Signed-off-by: Samuel Ortiz <samuel@sortiz.org>
net/irda/iriap.c