blob: 368bca825e3d6be2dacfc406cf88fc73a1cf2c2a (
plain)
1
2
3
4
5
|
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.
|