Federico Di Pierro

Results 1254 comments of Federico Di Pierro

/remove-lifecycle stale

Hi! Thanks for opening this issue. So, the assert that your system is triggering is this one: https://github.com/falcosecurity/libs/blame/release/0.21.x/userspace/libsinsp/parsers.cpp#L2922 Question: are you using upstream build of Falco?

I think you built Falco in debug mode; can you build it in release mode? The `assert` should go away. Nonetheless, you are hitting a piece of code that should...

Feel free to share the errors if you wish!

Can you share how are you building/configuring Falco?

Thanks! I found many similar issues: * https://github.com/neovim/neovim/issues/2557 * https://github.com/vim/vim/issues/2068 It seems like `tbb` is setting `_FORTIFY_SOURCE` compile flag without checking if it is already set. I found this: https://github.com/uxlfoundation/oneTBB/commit/9e76c87c79625524ff67dd767a1bd28441a1f975...

Well the patch is within libs repository, so yep you should bump both cmake/modules/falcosecurity-libs.cmake and cmake/modules/driver.cmake to latest libs master (once https://github.com/falcosecurity/libs/pull/2452 is merged). At that point, note that you'll...