-
Notifications
You must be signed in to change notification settings - Fork 210
Coverity scan UNINIT CWE on pcre2-10.40 #121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have looked at the second of these, and cannot see any problem. Also, neither valgrind nor gcc sanitize throws an error at runtime. My suspicion is therefore that this is a false positive. I will leave the first one to Zoltan. |
For a while I was unable to look at Coverity Scan issue details, but now I can do so. I understand why it is throwing up the second of these, but it is definitely a false positive, and I have marked it as such. |
I tried to confirm the code, and the first one was supposed to be a false positive.
According to the preceding information, |
Thank you guys for the confirmation. @PhilipHazel could you please link the commit where you've marked it as FP into this issue? When you do that, feel free to close this issue as it is resolved |
Sorry, I'm afraid I don't understand what you are asking me to do. I must have marked it as FP via the Coverity web site - I don't know how to make the linkage you are asking for. |
I thought you used the FP coverity flags in the code itself. Like mentioned here |
No, the only flags in the code are LCOV (coverage) flags. |
Closing this issue. |
Automatic covscan in our workflow has noticed two UNINIT defects on the pcre2-10.40 version.
Covscan logs:
The text was updated successfully, but these errors were encountered: