cost 317 ms
coverity STDIN dereference errors

In my C application I attempt to take in a single char from a user (no need to sanitize it) for commands. Functions such as getchar(), fgetc(stdin), a ...

C++ coverity issue STRING_OVERFLOW

I see a coverity issue for the following code: The issue says - "Copy into fixed size buffer (STRING_OVERFLOW)" for the strcpy() line. I see that ...

Disable Rule 2.2 checker

My shop is using Coverity 2019.3. We have MISRA-C 2004 enabled. I want to disable MISRA-C 2004 Rule 2.2: Source code shall only use /* ... */ comment ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM