aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/tasks.py
diff options
context:
space:
mode:
authorLv Yunlong <[email protected]>2021-03-29 04:50:02 -0700
committerDavid S. Miller <[email protected]>2021-03-29 17:09:51 -0700
commit6e5a03bcba44e080a6bf300194a68ce9bb1e5184 (patch)
tree06df0922268f3b72bcce956b16b6457f506c0d1c /scripts/gdb/linux/tasks.py
parentca441a7129904a62fbc5692bb202e4694097bd45 (diff)
ethernet/netronome/nfp: Fix a use after free in nfp_bpf_ctrl_msg_rx
In nfp_bpf_ctrl_msg_rx, if nfp_ccm_get_type(skb) == NFP_CCM_TYPE_BPF_BPF_EVENT is true, the skb will be freed. But the skb is still used by nfp_ccm_rx(&bpf->ccm, skb). My patch adds a return when the skb was freed. Fixes: bcf0cafab44fd ("nfp: split out common control message handling code") Signed-off-by: Lv Yunlong <[email protected]> Reviewed-by: Jakub Kicinski <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions