commit | a6a61c5494145c904bead0cceadd94080bd3a784 | [log] [tgz] |
---|---|---|
author | Eric Sesterhenn <snakebyte@gmx.de> | Sat May 20 15:00:12 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun May 21 12:59:18 2006 -0700 |
tree | 7b0af71fd46a86da830c1ae3c0391fa9e55dee53 | |
parent | 92d1dbd27417c54c23aac6a84c285e256f6118b6 [diff] |
[PATCH] Overrun in isdn_tty.c This fixes coverity bug id #1237. After the while loop, it is possible for i == ISDN_LMSNLEN. If this happens the terminating '\0' is written after the end of the array. Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de> Cc: Karsten Keil <kkeil@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>