[PATCH] Fix typo in drivers/isdn/hisax/q931.c
authorEric Sesterhenn <snakebyte@gmx.de>
Mon, 26 Jun 2006 07:25:32 +0000 (00:25 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 16:58:23 +0000 (09:58 -0700)
commit9f13fae2479ed2e2801d538d6a22309123c704f6
treea6c048a1d9cac33793f704ada758c9e20caed5cf
parent6aa65472d18703064898eefb5eb58f7ecd0d8912
[PATCH] Fix typo in drivers/isdn/hisax/q931.c

This fixes coverity bug #517.

Since IESIZE is greater than IESIZE_NI1 we might run past the end of
ielist_ni1.  This fixes it by using the proper IESIZE_NI1 define.

Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Acked-by: Karsten Keil <kkeil@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/isdn/hisax/q931.c