summaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorjvoisin2026-04-24 12:14:01 +0200
committerjvoisin2026-04-24 12:14:01 +0200
commit314b10154495b91eca684124275407b8186bb762 (patch)
tree7338a0d512e2ca3062cb88135473ed783b642a9f /src/tests
parent36179282f5f52a7e54be34964b4afd4fd0194e4f (diff)
Fix an spprintf undefined behaviour
`getenv("REMOTE_ADDR")` can return NULL, and it is passed directly to `spprintf`. While `spprintf` might handle `NULL` gracefully, it's not always the case.
Diffstat (limited to 'src/tests')
0 files changed, 0 insertions, 0 deletions