tor/changes/cov217_scanf

6 lines
282 B
Plaintext
Raw Normal View History

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.