Update valgrind suppression file.

Don't complain when strtod is called from luaO_str2d.
This commit is contained in:
Mark de Wever 2014-02-23 15:19:16 +01:00
parent a0f03607e8
commit f7de93c685
2 changed files with 16 additions and 0 deletions

View file

@ -5,6 +5,7 @@ Version 1.11.10+dev:
* Bug #21643: Removing fog from a single hex no longer makes the hex ugly.
* Miscellaneous and bug fixes:
* Units can no longer be moved in linger mode (bug #21450).
* Changed: Updated valgrind suppression file.
Version 1.11.10:
* Add-ons client:

View file

@ -27,7 +27,22 @@
fun:_ZN6config15attribute_valueaSERKSs
}
# Also don't complain when strtod is called from luaO_str2d
{
strtod_does_not_require_initilization_of_eptr
Memcheck:Value8
fun:__GI___strncasecmp_l
fun:____strtod_l_internal
fun:_Z10luaO_str2dPKcmPd
}
{
strtod_does_not_require_initilization_of_eptr
Memcheck:Addr8
fun:__GI___strncasecmp_l
fun:____strtod_l_internal
fun:_Z10luaO_str2dPKcmPd
}
#SECTION: Static Pointers Initialized with new to force proper order of initialization