-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
[Coverity CID :206086] Out-of-bounds access in drivers/timer/cortex_m_systick.c #21095
Comments
I agree it's bogus just based on the call, but I don't understand how Coverity could get here. |
Yes. I've been digging on this for a bit as well. I was at the same place @pabigot is with the -1 and branch in set priority. It would be useful if we could get the package that was submitted to coverity for this report. The number of false positives like this type should be debugged a bit with coverity so we can figure out why they happen and avoid the time sync that occurs when we triage them. |
Let's keep this open but remove the bug/priority labels |
why is this still open? Can we mark it as false-postive in coverity and close please? |
also, if something is not a bug, just close it with reasoning, removing the bug label will just keep it as an issue without a path forward. |
Listed as False Positive, in Coverity. Closing this down. |
Static code scan issues found in file:
https://github.com/zephyrproject-rtos/zephyr/tree/42c5b0a7fafa3360b8d835d4b76d7b1bebbe9237/drivers/timer/cortex_m_systick.c#L156
Category: Memory - corruptions
Function:
z_clock_driver_init
Component: Drivers
CID: 206086
Details:
Please fix or provide comments in coverity using the link:
https://scan9.coverity.com/reports.htm#v32951/p12996.
Note: This issue was created automatically. Priority was set based on classification
of the file affected and the impact field in coverity. Assignees were set using the CODEOWNERS file.
The text was updated successfully, but these errors were encountered: