12/09/2025 13:35, Kerem Aksu: > dumpcap crashes when trying to capture from af_packet devices. This is > caused by allocating interface name with > strdup (i.e. malloc). Interface name is not accessible from secondary > process and causes segmentation fault. Use rte_malloc instead of > strdup to fix the issue. > > Bugzilla ID: 1786 > Fixes: 1b93c2aa81b4 ("net/af_packet: add interface name to internals") > Cc: sta...@dpdk.org > > Reported-by: Kerem Aksu <kerem.a...@i2i-systems.com> > Signed-off-by: Kerem Aksu <kerem.a...@i2i-systems.com>
Great, thank you.