libpfring: backport patch fixing compilation error for sa_data
authorChristian Marangi <ansuelsmth@gmail.com>
Tue, 19 Mar 2024 10:40:36 +0000 (11:40 +0100)
committerRosen Penev <rosenp@gmail.com>
Sat, 8 Jun 2024 19:55:47 +0000 (12:55 -0700)
commit1e6a030d690d070945c785e23b7d445248f4aba3
tree6466d4ac44f0e0e6c3aa0ef67f400ffb209b160d
parent363d848fd8cdbd48093ec13597c75c3ec1baf61c
libpfring: backport patch fixing compilation error for sa_data

Backport patch fixing compilation error for sa_data not well defined.
This is triggered only on platform that makes use of fortify string and
cause compilation error due to the fact that sa_data is not well defined
and his size is arbitrary.

Patch has been accepted in the PF_RING project and this is just a
backport.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit c3a50a9fac8f9d8665f8b012abd85bb9e461e865)
libs/libpfring/Makefile
libs/libpfring/patches/101-kernel-pf_ring-better-define-sa_data-size.patch [new file with mode: 0644]