Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: ppp: fsm: prevent double free in Discard-Req handler
Received net_pkt is always discarded in ppp_recv() if we return NET_OK. Don't do this in ppp_fsm_recv_discard_req(). Signed-off-by: Marcin Niestroj <[email protected]>
- Loading branch information