https://github.com/torvalds/linux
Revision a6a61c5494145c904bead0cceadd94080bd3a784 authored by Eric Sesterhenn on 20 May 2006, 22:00:12 UTC, committed by Linus Torvalds on 21 May 2006, 19:59:18 UTC
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>
1 parent 92d1dbd
History
Tip revision: a6a61c5494145c904bead0cceadd94080bd3a784 authored by Eric Sesterhenn on 20 May 2006, 22:00:12 UTC
[PATCH] Overrun in isdn_tty.c
Tip revision: a6a61c5
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 462 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.4 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 68.0 KB
Makefile -rw-r--r-- 43.7 KB
README -rw-r--r-- 16.2 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top