Oliver Stöneberg
|
e066300f95
|
added dmake targets to CMake (#2634)
|
2020-05-10 16:41:50 +02:00 |
Daniel Marjamäki
|
809a769c69
|
Try to make Travis happy
|
2020-05-10 15:38:01 +02:00 |
Daniel Marjamäki
|
8d25901a96
|
daca@home: update OLD_VERSION
|
2020-05-10 14:30:53 +02:00 |
Daniel Marjamäki
|
db6135dd13
|
Makefile: DEBUG
|
2020-05-10 14:15:03 +02:00 |
Daniel Marjamäki
|
9e5ff38707
|
make clean to ensure all objects are updated
|
2020-05-10 14:14:50 +02:00 |
Daniel Marjamäki
|
aad6dc4367
|
2.0: Updated Makefile
|
2020-05-10 11:31:19 +02:00 |
Daniel Marjamäki
|
dc32f428ff
|
Set Cppcheck version
|
2020-05-10 11:28:31 +02:00 |
Daniel Marjamäki
|
9c3eeb530e
|
createrelease: only set copyright year for cpp and h files
[ci skip]
|
2020-05-10 11:17:33 +02:00 |
Daniel Marjamäki
|
08ddd84780
|
Update copyright year
|
2020-05-10 11:16:32 +02:00 |
Daniel Marjamäki
|
3e0218299b
|
Revert "Update copyright year"
This reverts commit 6eec6c4bd5 .
|
2020-05-10 11:13:05 +02:00 |
Daniel Marjamäki
|
6eec6c4bd5
|
Update copyright year
|
2020-05-10 11:11:34 +02:00 |
Daniel Marjamäki
|
6b00fe8a22
|
GUI: Run lupdate
|
2020-05-10 11:10:07 +02:00 |
Daniel Marjamäki
|
9f76fcf5f1
|
Fixed Cppcheck warning
|
2020-05-09 14:45:47 +02:00 |
Daniel Marjamäki
|
137f262300
|
Fix Token::isImpossibleIntValue
|
2020-05-09 10:30:19 +02:00 |
Daniel Marjamäki
|
296a0adc97
|
man/reference-cfg-format.md: Update text about <not-uninit/>. When 'indirect' the indirection will be implicit according to our old rules.
|
2020-05-09 09:24:44 +02:00 |
Daniel Marjamäki
|
2c23a81470
|
Manual: Improved information about bug hunting
|
2020-05-08 22:47:27 +02:00 |
Daniel Marjamäki
|
32cbbb09ed
|
cli: publish the --clang option
|
2020-05-08 20:52:42 +02:00 |
Daniel Marjamäki
|
e329169ce5
|
documentation
|
2020-05-08 20:15:54 +02:00 |
Daniel Marjamäki
|
d4169f04d5
|
Bug hunting; Avoid false warnings for impossible values
|
2020-05-08 17:42:56 +02:00 |
Daniel Marjamäki
|
ab8bf81f03
|
ValueFlow: Try to clarify debug output for impossible values
|
2020-05-08 16:13:55 +02:00 |
Daniel Marjamäki
|
02d88cb191
|
Travis: Run TestExprEngine tests
|
2020-05-08 12:21:22 +02:00 |
orbitcowboy
|
93d9f38dc8
|
wxwidgets.cfg: Added support for wxDialog::ShowModal() and derived functions.
|
2020-05-08 09:53:31 +02:00 |
Gabor Marton
|
9960d2ee29
|
[posix.cfg] Fix fstat family (#2629)
* [posix.cfg] Fix fstat family
* Move fstatat64 and __fxstatat64 to gnu.cfg
|
2020-05-08 09:16:59 +02:00 |
Gabor Marton
|
36bacc5917
|
[posix.cfg] Fix file descriptor params to have proper range value (#2628)
* [posix.cfg] Fix file descriptor params to have proper range value
|
2020-05-08 09:14:00 +02:00 |
Gabor Marton
|
d21c7dab28
|
[posix.cfg] Fix ttyname_r typo (#2630)
|
2020-05-08 09:13:38 +02:00 |
Daniel Marjamäki
|
4779cb124e
|
Fixed #9649 (False positive: uninitialized struct member)
|
2020-05-07 22:27:18 +02:00 |
Daniel Marjamäki
|
c04a73f6d8
|
Travis: Improve bug hunting testing
|
2020-05-07 18:55:22 +02:00 |
Georgy Komarov
|
61926ed7c3
|
misra.py: Fix false positive for rule 15.6 (#2631)
|
2020-05-07 16:54:27 +02:00 |
Daniel Marjamäki
|
c0be64d694
|
bug hunting test: adjust itc test script for older python 3.x that does not allow format strings
|
2020-05-06 11:55:22 +02:00 |
Daniel Marjamäki
|
64bc96c2de
|
Travis: changed ITC download url
|
2020-05-06 11:15:34 +02:00 |
Daniel Marjamäki
|
6a2ed326e8
|
Travis: attempt to fix download of itc test suite
|
2020-05-06 09:33:43 +02:00 |
Daniel Marjamäki
|
5ccc2202f7
|
Travis: Try to fix build misc
|
2020-05-06 08:20:27 +02:00 |
Daniel Marjamäki
|
e78a13a1e8
|
Travis: Try to fix bug hunting testing
|
2020-05-06 07:32:25 +02:00 |
Daniel Marjamäki
|
152d078090
|
Travis: Run itc bug hunting tests
|
2020-05-05 22:32:05 +02:00 |
Daniel Marjamäki
|
00d1091506
|
Tokenizer: operator handling, fix tests
|
2020-05-04 23:00:51 +02:00 |
Daniel Marjamäki
|
06cb0e99d1
|
Tokenizer: Fix syntax error when operator* is called
|
2020-05-04 21:33:30 +02:00 |
Daniel Marjamäki
|
8c57055a0b
|
Try to make Travis happy
|
2020-05-03 20:46:29 +02:00 |
Daniel Marjamäki
|
901eb15c93
|
Add bug hunting test case for CVE-2018-20845
|
2020-05-03 18:46:59 +02:00 |
Daniel Marjamäki
|
168f8b08bc
|
Add bug hunting test case for CVE-2019-13454
|
2020-05-03 18:33:54 +02:00 |
Daniel Marjamäki
|
453a73e740
|
Add bug hunting test case for CVE-2019-1010315
|
2020-05-03 18:18:50 +02:00 |
Daniel Marjamäki
|
388122b64b
|
Added bug hunting test case for CVE-2019-14981
|
2020-05-03 18:07:04 +02:00 |
Daniel Marjamäki
|
6f1df50511
|
Manual: minor tweaks of 'bug hunting' chapter
|
2020-05-03 17:42:43 +02:00 |
Daniel Marjamäki
|
b5094f298a
|
Bug hunting; Add new 'incomplete' flag for error messages. Used when analysis is incomplete.
|
2020-05-03 17:20:38 +02:00 |
Daniel Marjamäki
|
0f6d8546cd
|
Add bug hunting test case for CVE-2019-15939
|
2020-05-03 10:35:38 +02:00 |
amai2012
|
e0be3f6f1b
|
CI: Build GUI on ubuntu (#2626)
|
2020-05-03 10:10:39 +02:00 |
amai2012
|
c702046cce
|
CI: Build GUI with QtCharts (#2627)
|
2020-05-03 10:09:52 +02:00 |
Daniel Marjamäki
|
40dba74ac8
|
Add bug hunting test case for CVE-2019-16168
|
2020-05-03 08:49:24 +02:00 |
Daniel Marjamäki
|
4c63940902
|
Add bug hunting test case for CVE-2019-7156
|
2020-05-02 22:22:31 +02:00 |
Daniel Marjamäki
|
b204be474a
|
Refactoring bug hunting test cases for CVE issues. Leave source code unmodified.
|
2020-05-02 21:57:36 +02:00 |
Daniel Marjamäki
|
e75c7fa26f
|
Add bug hunting test case for CVE-2019-10018
|
2020-05-02 19:56:42 +02:00 |