diff options
author | Eric Dumazet <eric.dumazet@gmail.com> | 2011-10-24 05:52:35 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-10-24 05:52:35 (GMT) |
commit | ca35a0ef85e8ed6df6d5ab01fb6c3530cca0c469 (patch) | |
tree | 3a6d0c107ec48823bb3e437f1f91d2276facb46d /net/ceph/debugfs.c | |
parent | 01718e36df750670d0f840932a4d166522ead6c3 (diff) | |
download | linux-fsl-qoriq-ca35a0ef85e8ed6df6d5ab01fb6c3530cca0c469.tar.xz |
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 <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ceph/debugfs.c')
0 files changed, 0 insertions, 0 deletions