diff options
| author | Eric Dumazet <[email protected]> | 2011-10-24 05:52:35 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2011-10-24 05:52:35 +0000 |
| commit | ca35a0ef85e8ed6df6d5ab01fb6c3530cca0c469 (patch) | |
| tree | 3a6d0c107ec48823bb3e437f1f91d2276facb46d /net/ipv4/tcp_ipv4.c | |
| parent | bonding: Add a forgetten sysfs_attr_init on class_attr_bonding_masters (diff) | |
| download | kernel-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
