From: Eric Dumazet <eric.duma...@gmail.com> Date: Sat, 08 Apr 2017 08:07:33 -0700
> From: Eric Dumazet <eduma...@google.com> > > In the (very unlikely) case a passive socket becomes a listener, > we do not want to duplicate its saved SYN headers. > > This would lead to double frees, use after free, and please hackers and > various fuzzers > > Tested: ... > Fixes: cd8ae85299d5 ("tcp: provide SYN headers for passive connections") > Signed-off-by: Eric Dumazet <eduma...@google.com> Applied, thanks Eric.