ソースを参照

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
+}