PKEuS
|
1fbaae948c
|
Added regression test cases for #404.
|
2012-08-26 11:39:17 +02:00 |
Daniel Marjamäki
|
41b624230f
|
Fixed #3942 (false positive: (error) Memory leak: keyword)
|
2012-08-21 17:02:11 +02:00 |
Daniel Marjamäki
|
4368f66a00
|
Fixed #4018 (false positive: Dereferencing 'foo' after it is deallocated / released)
|
2012-08-12 16:18:07 +02:00 |
Daniel Marjamäki
|
a768b0e8b2
|
Fixed #3954 (Pointer reference memory leak false positive)
|
2012-07-17 16:28:34 +02:00 |
Daniel Marjamäki
|
ddfc968028
|
Fixed #3891 (False positive 'Double deallocation:' due to ((void*)1))
|
2012-07-16 17:07:51 +02:00 |
Daniel Marjamäki
|
325414e354
|
CheckLeakAutoVar: Updated error messages
|
2012-06-30 16:23:10 +02:00 |
Daniel Marjamäki
|
935351c601
|
Fixed #3895 (Improve check: double deallocation not detected (if-else))
|
2012-06-22 09:10:30 +02:00 |
Daniel Marjamäki
|
3d0e090a13
|
Fixed #3899 (false positive: (error) Returning/using deallocated pointer fp)
|
2012-06-20 17:09:41 +02:00 |
Daniel Marjamäki
|
62f92fe253
|
Fixed #3866 (false positive: memory leak (UNLIKELY))
|
2012-06-17 07:54:24 +02:00 |
Daniel Marjamäki
|
2481b80875
|
Code cleanup. Removed CheckLeakAutoVar::doubleDeallocationError since the same checking is already done by CheckOther::checkDoubleFree
|
2012-06-17 07:22:15 +02:00 |
Daniel Marjamäki
|
08a3d0737e
|
Memory leaks: Write error message when deallocated pointer is returned
|
2012-06-11 18:28:31 +02:00 |
Daniel Marjamäki
|
74422e1258
|
Fixed TODO test case (replaced tabs with spaces in test code)
|
2012-06-06 13:37:56 +02:00 |
Ettl Martin
|
8a9d1048bf
|
#3370 changed testcase to TODO, because it is not fixed yet.
|
2012-06-05 09:36:23 +02:00 |
Ettl Martin
|
c42b21c503
|
added additional tests to ticket #3862
|
2012-06-04 21:32:11 +02:00 |
Ettl Martin
|
1245abe094
|
added missing testcase for ticket #3370
|
2012-06-04 21:21:14 +02:00 |
Daniel Marjamäki
|
0cf2c2b327
|
Fixed #3862 (Double deallocation does not take throws into account)
|
2012-06-01 19:08:50 +02:00 |
Daniel Marjamäki
|
a823d29da3
|
Fixed #3809 (false positive: memory leak)
|
2012-06-01 19:01:19 +02:00 |
Daniel Marjamäki
|
8d0f315097
|
Fixed #3851 (False positive memory leak (condition))
|
2012-05-29 21:10:19 +02:00 |
Daniel Marjamäki
|
92c5cffeb0
|
Memory leaks: Fixed false positive when allocated pointer is assigned
|
2012-05-26 21:28:35 +02:00 |
Daniel Marjamäki
|
bd8fb0a6b5
|
Memory leaks: Added new checking for memory leaks
|
2012-05-26 08:53:46 +02:00 |