]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ISDN: Fix data access out of array bounds
authorKarsten Keil <kkeil@suse.de>
Mon, 8 Oct 2007 10:52:09 +0000 (12:52 +0200)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 8 Oct 2007 20:01:21 +0000 (13:01 -0700)
commitd39d5ed97e2b8e089f85ffaf5909768d83147be0
tree9fd0a0aefec9e58f71ed343452242b2685dca9d1
parente46dc1dab969550d4136e9be0e7919ca09e49573
ISDN: Fix data access out of array bounds

Fix against access random data bytes outside the dev->chanmap array.
Thanks to Oliver Neukum for pointing me to this issue.

Signed-off-by: Karsten Keil <kkeil@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/isdn/i4l/isdn_common.c