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)
committerChristian Marangi <ansuelsmth@gmail.com>
Tue, 19 Mar 2024 10:40:36 +0000 (11:40 +0100)
commitc3a50a9fac8f9d8665f8b012abd85bb9e461e865
tree3ce7eb1045953cd3dab71bfc8e005b53cc58007a
parent44e613bfc4054ec61c6b6e2d63f4839013388fd6
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>
libs/libpfring/Makefile
libs/libpfring/patches/101-kernel-pf_ring-better-define-sa_data-size.patch [new file with mode: 0644]