accessForwarded
Access of forwarded variable
C and C++ are really performant languages and can be very error-prone. We all had core dumps and made pointer arithmetic errors! Thankfully, Codiga has hundreds of static analysis rules to flag potential errors in your C/C++ code, automate code reviews and merge with confidence.
Access of forwarded variable
Char literal compared with pointer.
Access container out of bounds
Invalid formatter for int
Invalid formatter for signed int
Invalid formatter for string
Invalid scanf for float
Invalid scanf for string
The lock is ineffective because the mutex is locked at the same scope as the mutex itself.
Negative container index
Suspicious usage of 'sizeof' with a numeric constant as parameter.
Missing bounds check for extra iterator increment in loop.
Suspicious pointer subtraction.
Either the condition is redundant or there is division by zero
Member variable not initialized in constructor
Overlapping read/write of union is undefined behavior
Iterators of different containers are used together.