Enhance findMergedChanges to allow looking at non-release targets
[tor.git] / changes / cov217_scanf
blob368bca825e3d6be2dacfc406cf88fc73a1cf2c2a
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.