mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
d9e2db1efd
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 a3dafd3f58
in 0.2.6.2-alpha.
5 lines
182 B
Plaintext
5 lines
182 B
Plaintext
o Minor bugfixes (compilation):
|
|
- Avoid compiler warnings in the unit tests for running tor_sscanf()
|
|
with wide string outputs. Fixes bug 15582; bugfix on 0.2.6.2-alpha.
|
|
|