Files
falco/userspace/engine
Leonardo Grasso bb96f26fce fix(userspace/engine): replace non-thread-safe random() with thread-local RNG
random() uses internal static state that is not thread-safe. Since
should_drop_evt() can be called concurrently from per-source event
processing threads, replace it with a thread_local std::mt19937
seeded by std::random_device. Remove the now-unused srandom() seed
and Windows compat defines.

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
2026-04-09 16:56:49 +02:00
..
2026-03-17 14:16:34 +01:00
2024-09-30 13:25:31 +02:00
2025-09-16 09:38:29 +02:00