aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
diff options
context:
space:
mode:
authorEric Dumazet <[email protected]>2011-10-24 05:52:35 +0000
committerDavid S. Miller <[email protected]>2011-10-24 05:52:35 +0000
commitca35a0ef85e8ed6df6d5ab01fb6c3530cca0c469 (patch)
tree3a6d0c107ec48823bb3e437f1f91d2276facb46d /net/ipv4/tcp_ipv4.c
parentbonding: Add a forgetten sysfs_attr_init on class_attr_bonding_masters (diff)
downloadkernel-ca35a0ef85e8ed6df6d5ab01fb6c3530cca0c469.tar.gz
kernel-ca35a0ef85e8ed6df6d5ab01fb6c3530cca0c469.zip
tcp: md5: dont write skb head in tcp_md5_hash_header()
tcp_md5_hash_header() writes into skb header a temporary zero value, this might confuse other users of this area. Since tcphdr is small (20 bytes), copy it in a temporary variable and make the change in the copy. Signed-off-by: Eric Dumazet <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
0 files changed, 0 insertions, 0 deletions