On Fri, Oct 4, 2024 at 12:11 AM Stephen Hemminger <[email protected]> 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: [email protected]
> Reported-by: Tianli Lai <[email protected]> > Signed-off-by: Stephen Hemminger <[email protected]> Applied, thanks. -- David Marchand

