Package: falcosecurity-libs / 0.20.0-3

Metadata

Package Version Patches format
falcosecurity-libs 0.20.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix build 32bit.patch | (download)

driver/syscall_compat.h | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

---
fixed mips build.patch | (download)

driver/syscall_table.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
fix build duplicate socket definitions.patch | (download)

driver/ppm_flag_helpers.h | 79 43 + 36 - 0 !
1 file changed, 43 insertions(+), 36 deletions(-)

---
test suite uses 32bit friendly types.patch | (download)

test/drivers/test_suites/syscall_enter_suite/lseek_e.cpp | 2 1 + 1 - 0 !
test/drivers/test_suites/syscall_enter_suite/nanosleep_e.cpp | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

---
libsinsp added missing libraries.patch | (download)

userspace/libsinsp/CMakeLists.txt | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

---
added missing linkages for libsinsp unittest.patch | (download)

userspace/libsinsp/test/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
kernel module builds in 6.13.patch | (download)

driver/Makefile.in | 10 9 + 1 - 0 !
1 file changed, 9 insertions(+), 1 deletion(-)

---
dkms.conf updates.patch | (download)

driver/dkms.conf.in | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 dkms.conf: declare build_exclusive_kernel_min="2.6.33"


PR 2337 0001 fix userspace libsinsp fixed flt_cast impl for big e.patch | (download)

userspace/libsinsp/filter_compare.cpp | 66 41 + 25 - 0 !
1 file changed, 41 insertions(+), 25 deletions(-)

 [patch 1/2] fix(userspace/libsinsp): fixed `flt_cast` impl for big
 endian systems.

For now, only s390x.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>

PR 2337 0002 fix userspace libsinsp avoid copying past end of dat.patch | (download)

userspace/libsinsp/filter_compare.cpp | 13 12 + 1 - 0 !
1 file changed, 12 insertions(+), 1 deletion(-)

 [patch 2/2] fix(userspace/libsinsp): avoid copying past end of data
 bytes.

Another edge case of `evt.rawarg.*` fields.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>