On Fri, 12 Sep 2025 14:35:25 +0300
Kerem Aksu <[email protected]> wrote:
> 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: [email protected]
>
> Reported-by: Kerem Aksu <[email protected]>
> Signed-off-by: Kerem Aksu <[email protected]>
Queued to next-net