mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
6 lines
282 B
Plaintext
6 lines
282 B
Plaintext
|
o Code simplification and refactoring:
|
||
|
- Use tor_sscanf in place of scanf in more places through the
|
||
|
code. This makes us a little more locale-independent, and
|
||
|
should help shut up code-analysis tools that can't tell
|
||
|
a safe sscanf string from a dangerous one.
|