diff options
Diffstat (limited to 'changes/cov217_scanf')
-rw-r--r-- | changes/cov217_scanf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/cov217_scanf b/changes/cov217_scanf new file mode 100644 index 000000000..368bca825 --- /dev/null +++ b/changes/cov217_scanf @@ -0,0 +1,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. |