commit | b3b2854dcf704c1db05d897072f98e8b79398af1 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Sun Aug 16 23:14:20 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun Aug 16 21:11:37 2020 -0700 |
tree | 820241533efd4555882da00f2fefd68fb14318b7 | |
parent | bd71ea60673180eccf17b1a1dda3504a04783789 [diff] |
mptcp: sendmsg: reset iter on error redux This fix wasn't correct: When this function is invoked from the retransmission worker, the iterator contains garbage and resetting it causes a crash. As the work queue should not be performance critical also zero the msghdr struct. Fixes: 35759383133f64d "(mptcp: sendmsg: reset iter on error)" Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>