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