diff options
| author | jvoisin | 2026-04-24 12:14:01 +0200 |
|---|---|---|
| committer | jvoisin | 2026-04-24 12:14:01 +0200 |
| commit | 314b10154495b91eca684124275407b8186bb762 (patch) | |
| tree | 7338a0d512e2ca3062cb88135473ed783b642a9f /src/tests | |
| parent | 36179282f5f52a7e54be34964b4afd4fd0194e4f (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
