From: Alan Cox Date: Wed, 19 Sep 2012 14:46:06 +0000 (+0100) Subject: tcp: Document use of undefined variable. X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~129 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4308fc58dceda40fac8a8d9c05b7cfba0a6bbed3;p=pandora-kernel.git tcp: Document use of undefined variable. Both tcp_timewait_state_process and tcp_check_req use the same basic construct of struct tcp_options received tmp_opt; tmp_opt.saw_tstamp = 0; then call tcp_parse_options However if they are fed a frame containing a TCP_SACK then tbe code behaviour is undefined because opt_rx->sack_ok is undefined data. This ought to be documented if it is intentional. Signed-off-by: Alan Cox Signed-off-by: David S. Miller --- Reading git-diff-tree failed