Skip to content
Snippets Groups Projects
Commit d9e2db1e authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Avoid sscanf() warnings from openbsd in the unit tests

OpenBSD doesn't like tricks where you use a too-wide sscanf argument
for a too-narrow array, even when you know the input string
statically.  The fix here is just to use bigger buffers.

Fixes 15582; bugfix on a3dafd3f in 0.2.6.2-alpha.
parent bac160b4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment