cppcheck/cfg
Thomas Jarosch 269a4419f0 Fixed false positives about strdupa() / strndupa() memleak
strdupa() / strndupa() allocates memory on the stack using alloca().
This memory is freed automatically once the current function is left.
2014-12-10 22:23:52 +01:00
..
avr.cfg cfg: formatted the cfg files with the runastyle script 2014-10-14 06:46:47 +02:00
gtk.cfg Added version attribute to .cfg files (#5928) 2014-09-29 16:26:17 +02:00
posix.cfg Fixed false positives about strdupa() / strndupa() memleak 2014-12-10 22:23:52 +01:00
qt.cfg cfg: formatted the cfg files with the runastyle script 2014-10-14 06:46:47 +02:00
sdl.cfg cfg: formatted the cfg files with the runastyle script 2014-10-14 06:46:47 +02:00
std.cfg Fixed wrong configuration of modf in std.cfg (#6312) 2014-12-10 16:33:04 +01:00
windows.cfg Fixed #6229 (Move Windows builtin types __intXX to library) 2014-10-21 06:11:19 +02:00