aboutsummaryrefslogtreecommitdiff
path: root/changes/bug4195
blob: 2e7a7248712d3819f3e82e1d05be46600abb3790 (plain)
1
2
3
4
5
6
  o Minor features:
    - Enhance our internal sscanf replacement so that we can eliminate
      the last remaining uses of the system sscanf. (Though those uses
      of sscanf were safe, sscanf itself is generally error prone, so
      we want to eliminate when we can.) Fixes ticket 4195 and Coverity
      CID 448.