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)
committerTianling Shen <cnsztl@gmail.com>
Thu, 6 Jun 2024 19:21:46 +0000 (03:21 +0800)
commita1838495490a0bdea1623e8da56f8b549adebbbd
tree24aa17eae834c8b057ad4865d2bd065c75c79886
parent29b1b8301aeb347ad439baf7be669ea9e7459c4f
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]