cov217_scanf 282 B

12345
  1. o Code simplification and refactoring:
  2. - Use tor_sscanf in place of scanf in more places through the
  3. code. This makes us a little more locale-independent, and
  4. should help shut up code-analysis tools that can't tell
  5. a safe sscanf string from a dangerous one.