aboutsummaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorAndi Kleen <[email protected]>2013-09-30 13:29:11 -0700
committerDavid S. Miller <[email protected]>2013-10-02 16:32:43 -0400
commit5843ef421311c34f06d5ab82bced5aebfe185b2c (patch)
tree6c0900e7c8557e22ea382554cb3bd7c88e5be9d6 /scripts/patch-kernel
parent58e4e1f6cacddb7823c44bcfb272174553f6c645 (diff)
tcp: Always set options to 0 before calling tcp_established_options
tcp_established_options assumes opts->options is 0 before calling, as it read modify writes it. For the tcp_current_mss() case the opts structure is not zeroed, so this can be done with uninitialized values. This is ok, because ->options is not read in this path. But it's still better to avoid the operation on the uninitialized field. This shuts up a static code analyzer, and presumably may help the optimizer. Cc: [email protected] Signed-off-by: Andi Kleen <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions