mirror of
https://github.com/falcosecurity/falco.git
synced 2026-04-11 14:32:55 +00:00
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>
6.7 KiB
6.7 KiB