commit | 8228a18dd30f5c988b722495ea6c25cb1d2be035 | [log] [tgz] |
---|---|---|
author | Leigh Brown <leigh@solinno.co.uk> | Sun Dec 17 17:12:30 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sun Dec 17 21:59:25 2006 -0800 |
tree | 20469a1ca9989d399d175f138e9b6d1c33c5f1af | |
parent | d8172d822fb02d5c4f7508e41f9267428dd3d891 [diff] |
[TCP]: Fix oops caused by tcp_v4_md5_do_del md5sig_info.alloced4 must be set to zero when freeing keys4, otherwise it will not be alloc'd again when another key is added to the same socket by tcp_v4_md5_do_add. Signed-off-by: Leigh Brown <leigh@solinno.co.uk> Signed-off-by: David S. Miller <davem@davemloft.net>