From: Eric Sesterhenn Date: Sat, 20 May 2006 22:00:12 +0000 (-0700) Subject: [PATCH] Overrun in isdn_tty.c X-Git-Tag: v2.6.17-rc5~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6a61c5494145c904bead0cceadd94080bd3a784;p=pandora-kernel.git [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 Cc: Karsten Keil Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed