Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
conntrack: Fix conn_update_state_alg use after free.
When conn_update_state() returns true, conn has been freed, so skip calling handle_ftp_ctl() with this conn and instead follow code path for new connections. Fixes: bd5e81a ("Userspace Datapath: Add ALG infra and FTP.") Signed-off-by: Darrell Ball <[email protected]> Signed-off-by: Ben Pfaff <[email protected]>
- Loading branch information