Files
falco/userspace/engine
Leonardo Grasso 5e91db569a fix(userspace): replace gmtime/localtime with reentrant variants
gmtime() and localtime() return pointers to a shared static buffer,
making them unsafe in multi-threaded contexts. Replace all call sites
with gmtime_r() and localtime_r() which use caller-provided buffers.

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
2026-04-09 16:56:43 +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