浏览代码

tools/valgrind: add suppression error for fscanf

Nathalie Furmento 13 年之前
父节点
当前提交
48455919cd
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      tools/valgrind/fscanf.suppr

+ 9 - 0
tools/valgrind/fscanf.suppr

@@ -0,0 +1,9 @@
+{
+   fscanf error
+   Memcheck:Cond
+   fun:__GI___strncasecmp_l
+   fun:____strtod_l_internal
+   fun:_IO_vfscanf
+   fun:fscanf
+   fun:scan_reg_model
+}