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 filePatch | File delta | Description |
---|---|---|
fix build 32bit.patch | (download) |
driver/syscall_compat.h |
2 2 + 0 - 0 ! |
--- |
fixed mips build.patch | (download) |
driver/syscall_table.c |
2 1 + 1 - 0 ! |
--- |
fix build duplicate socket definitions.patch | (download) |
driver/ppm_flag_helpers.h |
79 43 + 36 - 0 ! |
--- |
test suite uses 32bit friendly types.patch | (download) |
test/drivers/test_suites/syscall_enter_suite/lseek_e.cpp |
2 1 + 1 - 0 ! |
--- |
libsinsp added missing libraries.patch | (download) |
userspace/libsinsp/CMakeLists.txt |
4 4 + 0 - 0 ! |
--- |
added missing linkages for libsinsp unittest.patch | (download) |
userspace/libsinsp/test/CMakeLists.txt |
2 1 + 1 - 0 ! |
--- |
kernel module builds in 6.13.patch | (download) |
driver/Makefile.in |
10 9 + 1 - 0 ! |
--- |
dkms.conf updates.patch | (download) |
driver/dkms.conf.in |
4 4 + 0 - 0 ! |
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 ! |
[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 ! |
[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> |