소스 검색

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