[PATCH] app/dumpcap: fix handling of jumbo frames
David Marchand
david.marchand at redhat.com
Fri Oct 11 14:46:49 CEST 2024
On Fri, Oct 4, 2024 at 12:11 AM Stephen Hemminger
<stephen at networkplumber.org> wrote:
>
> If dumpcap (in legacy pcap mode) tried to handle a large segmented
> frame it would core dump because rte_pktmbuf_read() would return NULL.
> Fix by using same logic as in pcap PMD.
>
> Fixes: cbb44143be74 ("app/dumpcap: add new packet capture application")
Cc: stable at dpdk.org
> Reported-by: Tianli Lai <laitianli at tom.com>
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
Applied, thanks.
--
David Marchand
More information about the dev
mailing list