Uh oh!
There was an error while loading. Please reload this page.
Fix #14918: fuzzing crash (stack-overflow) in findTokensSkipDeadCodeImpl() - #8732
Conversation
firewave
commented
Jul 15, 2026
FYI multiple post-in/decrements are invalid but it is valid for pre-in/decrement. |
ludviggunne
commented
Jul 15, 2026
Hm, I get this when I try it: |
ludviggunne
commented
Jul 15, 2026
I suppose it can be made to work with operator overloading. I will add a language check. |
491d30c to
15b6a74CompareAh, it is only allowed in C++. It is also not handled by us - I filed https://trac.cppcheck.net/ticket/14920 about it. |
15b6a74 to
b78df5dComparefirewave
commented
Jul 15, 2026
This is caused by a behavior change in CMake 4.4 (which is not rolled out on all runners yet). |
firewave
commented
Jul 15, 2026
I filed https://trac.cppcheck.net/ticket/14922 about it. |
b78df5d to
3cbcc32CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
No description provided.