Re: [PATCH] [TCP]: Add missing break to TCP option parsing code

2007-06-14 Thread David Miller
From: "Ilpo_Järvinen" <[EMAIL PROTECTED]> Date: Thu, 14 Jun 2007 12:37:22 +0300 (EEST) > This flaw does not affect any behavior (currently). > > Signed-off-by: Ilpo Järvinen <[EMAIL PROTECTED]> Good catch, patch applied. Thanks! - To unsubscribe from this list: send the line "unsubscribe netdev

[PATCH] [TCP]: Add missing break to TCP option parsing code

2007-06-14 Thread Ilpo Järvinen
This flaw does not affect any behavior (currently). Signed-off-by: Ilpo Järvinen <[EMAIL PROTECTED]> --- net/ipv4/tcp_input.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index d506bdc..aaf6f66 100644 --- a/net/ipv4/tcp_input