From 24427d1788e261a7b2976c12649b7b3a35baa9ff Mon Sep 17 00:00:00 2001 From: Giles Hutton Date: Wed, 5 Aug 2026 13:09:59 +0100 Subject: [PATCH] Update falcosecurity-libs for event parameter length fix Updates the falcosecurity-libs submodule to include a fix for mismatched event parameter lengths that caused collector to crash via sinsp_exception -> std::unexpected() -> abort(). The string extraction templates now tolerate parameter lengths that don't match the null-terminated string length, which has been observed on some kernels for both string and integer parameters. --- falcosecurity-libs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/falcosecurity-libs b/falcosecurity-libs index fdb27236a5..50ee906300 160000 --- a/falcosecurity-libs +++ b/falcosecurity-libs @@ -1 +1 @@ -Subproject commit fdb27236a5b589fb2f658cb3453b6e52388eb22c +Subproject commit 50ee90630098039ce79486d6836e075b57fbe241