cppcheck/test
Slava Semushin 0f96299d87 Fixed ticket #570 (Buffer overrun not detected when sprintf() format string greater then buffer size)
http://sourceforge.net/apps/trac/cppcheck/ticket/570
2009-08-08 21:52:35 +07:00
..
test.pro
testautovariables.cpp test/testautovariables.cpp: renamed some testcases. 2009-07-28 00:36:56 +07:00
testbufferoverrun.cpp Fixed ticket #570 (Buffer overrun not detected when sprintf() format string greater then buffer size) 2009-08-08 21:52:35 +07:00
testcharvar.cpp
testclass.cpp Fix ticket #531 (false positive about missing virtual destructor) 2009-08-04 22:23:22 +03:00
testconstructors.cpp
testcppcheck.cpp dereferencing deallocated memory: it is ok to take the address to deallocated memory but it is not ok to dereference the address 2009-07-21 13:04:13 +02:00
testdangerousfunctions.cpp
testdivision.cpp
testfilelister.cpp
testincompletestatement.cpp
testmathlib.cpp
testmemleak.cpp Fixed #555 (False positive: [CuTest.c:25]: (error) Memory leak: len) 2009-08-05 21:18:16 +02:00
testother.cpp null pointers: fixed a false positive 2009-08-01 11:30:37 +02:00
testpreprocessor.cpp preprocessor: fixed problem in Preprocessor::expandMacros when macro argument is for example 'unsigned long' 2009-08-01 14:55:45 +02:00
testredundantif.cpp Refactoring the unit testing 2009-08-04 21:32:14 +02:00
testrunner.cpp
testsimplifytokens.cpp Fixed ticket #564 (set variable id for "struct ABC **p") 2009-08-07 00:31:39 +03:00
teststl.cpp Fixed #525 (false positive: vector range checking with <) 2009-08-07 16:23:28 +02:00
testsuite.cpp
testsuite.h
testtoken.cpp
testtokenize.cpp Fixed ticket #565 (Tokenizer: simplify variable declaraion like 'int z = x >> 16') 2009-08-08 17:33:07 +07:00
testunusedfunctions.cpp
testunusedprivfunc.cpp
testunusedvar.cpp