Paul Fultz II
|
54fbfd7c0f
|
Fix 10895: FP danglingTempReference with emplace() (#3948)
* Fix 10895: FP danglingTempReference with emplace()
* Format
|
2022-03-27 10:02:30 +02:00 |
amai2012
|
a143fa37dd
|
use-retval for localtime() (#3935)
* use-retval for localtime()
* Adjust test to avoid new warning
|
2022-03-25 17:32:54 +01:00 |
Armin Müller
|
7cc45fb393
|
Typos found by running "codespell" (#3907)
Co-authored-by: Armin Müller <mueller.armin@foestergroup.de>
|
2022-03-16 15:28:44 +01:00 |
chrchr-github
|
8a7992c6ac
|
Suppress operatorEqVarError for known non-copyable types (#3869)
* Fix FP operatorEqVarError with class hierarchy
* Suppress operatorEqVarError for std::mutex
* Add test, non-copyable Qt types
* Update cppcheck-cfg.rng
|
2022-03-03 09:41:26 +01:00 |
orbitcowboy
|
48f2524774
|
std.cfg: Added support for std::unordered_map::at()
|
2022-02-23 15:27:49 +01:00 |
chrchr-github
|
2f46e57311
|
Add leak-ignore for fopen_s(), test cases (#3839)
* Add leak-ignore for fopen_s(), test cases
* Format
|
2022-02-17 16:22:30 +01:00 |
chrchr-github
|
a1adbff683
|
Fix #1733 FN Memory leak not detected when variable is 'used' by allocation function in condition (#3838)
|
2022-02-16 21:31:24 +01:00 |
orbitcowboy
|
59f07cd923
|
std.cfg: Added support for std::array::at()
|
2022-02-16 10:12:15 +01:00 |
orbitcowboy
|
d36c4fc365
|
std.cfg: Added support for std::deque::at
|
2022-02-16 09:33:08 +01:00 |
orbitcowboy
|
d3a2a6d245
|
std.cfg: Removed duplicate configuration of std::swap().
|
2022-02-07 14:33:52 +01:00 |
orbitcowboy
|
2f17147900
|
std.cfg: Improved configuration for fseek(). The 3rd argument is not allowed to be of Boolean type.
|
2022-02-07 09:02:24 +01:00 |
orbitcowboy
|
fa776051e9
|
Fixed Ticket 1001 - std.cfg: Invalid parameters for fseek()
|
2022-02-06 16:05:14 +01:00 |
orbitcowboy
|
7062b0a973
|
std.cfg: Improved configuration of std::[w]string::substr(). Do not allow negative length arguments.
|
2022-02-04 12:30:37 +01:00 |
orbitcowboy
|
81a25c0036
|
std.cfg: Added support for std::binary_search
|
2022-01-25 13:07:49 +01:00 |
chrchr-github
|
95dc05b21d
|
Fix #7732 false negative: (style) Unused variable: std::pair (#3695)
|
2022-01-13 08:05:05 +01:00 |
chrchr-github
|
1670805a8d
|
Fix #10490 FP unreadVariable with std::shared_lock (#3672)
|
2022-01-10 07:43:02 +01:00 |
Daniel Marjamäki
|
77434d093e
|
SymbolDatabase: Do not set wrong type for std::map etc items in range for loop
|
2021-12-11 15:16:54 +01:00 |
orbitcowboy
|
19006ab775
|
std.cfg: Added support for string::shrink_to_fit()
|
2021-12-03 14:36:30 +01:00 |
Paul Fultz II
|
8668d445c7
|
Add support for string_view (#3480)
|
2021-10-05 08:28:19 +02:00 |
Paul Fultz II
|
865163b2ba
|
Add library configurations for free functions like std::size, std::empty, etc (#3410)
|
2021-08-23 09:03:48 +02:00 |
Paul Fultz II
|
8efe1d4ab4
|
Find reference to dangling unique ptr (#3344)
|
2021-07-20 21:30:27 +02:00 |
Paul Fultz II
|
59a1c1a9d8
|
Refactor: Remove variable analyzer (#3339)
|
2021-07-18 07:46:31 +02:00 |
orbitcowboy
|
8096fa4db1
|
std.cfg: Added overlappingWriteFunction-check to wcsncat().
|
2021-07-16 14:30:49 +02:00 |
orbitcowboy
|
e90a3053d4
|
std.cfg: Added a overlappingWriteFunction-check to strncat
|
2021-07-16 14:01:40 +02:00 |
orbitcowboy
|
435cffa858
|
std.cfg: Improved configuration of std::next(),std::prev() and added TODO tests
|
2021-07-14 10:12:49 +02:00 |
orbitcowboy
|
021a72f84b
|
std.cfg: Improved support for overlapping data check
|
2021-07-10 18:27:53 +02:00 |
orbitcowboy
|
c38a43c353
|
std.cfg: Added overlappingWriteFunction check to wcscpy().
|
2021-07-10 09:20:51 +02:00 |
orbitcowboy
|
652e2765bc
|
std.cfg: Added support for wcsncpy regarding data-overlapping
|
2021-07-09 16:32:54 +02:00 |
Daniel Marjamäki
|
ce58748690
|
library: add attribute strlen-arg for <not-overlapping-data>
|
2021-07-09 13:25:01 +02:00 |
orbitcowboy
|
58811808d5
|
std.cfg: Improved configuration of 'strncpy', which is vulnerable for overlapping write issues.
|
2021-07-09 09:48:24 +02:00 |
orbitcowboy
|
3e7b6f262d
|
std.cfg: Added not-overlapping-data configuration to wmemcpy()
|
2021-07-08 17:12:53 +02:00 |
Daniel Marjamäki
|
6234b5438e
|
New check: Writing overlapping data, detect undefined behavior
|
2021-07-05 22:07:41 +02:00 |
chrchr-github
|
39f9bc7422
|
Fix #10304: std::distance() returns std::ptrdiff_t (#3297)
|
2021-06-24 23:19:29 +02:00 |
orbitcowboy
|
6a193139dc
|
std.cfg: Added support for 'std::ostringstream::write'
|
2021-06-03 09:27:27 +02:00 |
orbitcowboy
|
dd8668102f
|
std.cfg: Added support for more interfaces
|
2021-06-03 08:25:22 +02:00 |
orbitcowboy
|
025a04c3e0
|
std.cfg: Added support for more interfaces
|
2021-06-03 08:21:16 +02:00 |
orbitcowboy
|
f626035963
|
std.cfg: Added support for more interfaces
|
2021-06-03 08:07:53 +02:00 |
orbitcowboy
|
39912b5096
|
std.cfg: Added support for more interfaces
|
2021-06-03 07:55:26 +02:00 |
orbitcowboy
|
4c81a59c0b
|
std.cfg: Added support for more interfaces
|
2021-06-03 07:33:23 +02:00 |
keinflue
|
6541f52e61
|
Fix false positive invalidFunctionArg for zero arguments to calloc. (#3238)
|
2021-05-01 12:39:01 +02:00 |
orbitcowboy
|
f62d9d5853
|
std.cfg: Fixed bufferAccessOutOfBounds false negative for strncmp().
|
2021-04-13 19:13:00 +02:00 |
orbitcowboy
|
040e58f943
|
std.cfg: strxfrm(): Added minize values to arg1 and arg2 and a TODO test case
|
2021-04-13 14:07:45 +02:00 |
Daniel Marjamäki
|
9ce0235e8e
|
std.cfg: Fixed configuration of mbstowcs
|
2021-04-03 10:42:24 +02:00 |
Daniel Marjamäki
|
e09e393503
|
std.cfg: Tweaked std::distance return type, result can be negative.
|
2021-04-03 08:48:58 +02:00 |
Rikard Falkeborn
|
a8a0dbec26
|
cfg: Add config for toupper/tolower (#3028)
|
2021-01-08 08:34:09 +01:00 |
Daniel Marjamäki
|
b94a6d595a
|
Fixed #9295 (ValueFlow: Does not handle noreturn function)
|
2020-12-28 20:00:35 +01:00 |
orbitcowboy
|
ead4958cc0
|
std.cfg: Added 'SEEK_*' constants
|
2020-12-25 12:34:33 +01:00 |
orbitcowboy
|
4bf827e44d
|
std.cfg: Added support bsearch_s() which was introduced with C11
|
2020-10-01 08:32:48 +02:00 |
orbitcowboy
|
98b6238450
|
std.cfg: Added return values for 'wmemmove' and 'memmove'
|
2020-09-21 08:50:28 +02:00 |
orbitcowboy
|
0320979d7f
|
std.cfg: Added support for 'std::generate'
|
2020-09-07 17:07:59 +02:00 |