-
Notifications
You must be signed in to change notification settings - Fork 1
Feature/l2configure - Test purpose #109
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
base: develop
Are you sure you want to change the base?
Conversation
|
src/rrdInterface.c
Outdated
// subscriptions[2].handler = _rdmDownloadEventHandler; | ||
// subscriptions[2].userData = NULL; | ||
|
||
subscriptions[3].eventName = RDM_DOWNLOAD_EVENT1; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverity issue no longer present as of: undefined
Show issue
Coverity Issue - Out-of-bounds write
Overrunning array "subscriptions" of 3 64-byte elements at element index 3 (byte offset 255) using index "3".
High Impact, CWE-119
OVERRUN
src/rrdInterface.c
Outdated
// subscriptions[2].userData = NULL; | ||
|
||
subscriptions[3].eventName = RDM_DOWNLOAD_EVENT1; | ||
subscriptions[3].filter = NULL; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverity issue no longer present as of: undefined
Show issue
Coverity Issue - Out-of-bounds write
Overrunning array "subscriptions" of 3 64-byte elements at element index 3 (byte offset 255) using index "3".
High Impact, CWE-119
OVERRUN
src/rrdInterface.c
Outdated
|
||
subscriptions[3].eventName = RDM_DOWNLOAD_EVENT1; | ||
subscriptions[3].filter = NULL; | ||
subscriptions[3].duration = 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverity issue no longer present as of: undefined
Show issue
Coverity Issue - Out-of-bounds write
Overrunning array "subscriptions" of 3 64-byte elements at element index 3 (byte offset 255) using index "3".
High Impact, CWE-119
OVERRUN
src/rrdInterface.c
Outdated
subscriptions[3].eventName = RDM_DOWNLOAD_EVENT1; | ||
subscriptions[3].filter = NULL; | ||
subscriptions[3].duration = 0; | ||
subscriptions[3].handler = _rdmDownloadEventHandler; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverity issue no longer present as of: undefined
Show issue
Coverity Issue - Out-of-bounds write
Overrunning array "subscriptions" of 3 64-byte elements at element index 3 (byte offset 255) using index "3".
High Impact, CWE-119
OVERRUN
src/rrdInterface.c
Outdated
subscriptions[3].filter = NULL; | ||
subscriptions[3].duration = 0; | ||
subscriptions[3].handler = _rdmDownloadEventHandler; | ||
subscriptions[3].userData = NULL; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverity issue no longer present as of: undefined
Show issue
Coverity Issue - Out-of-bounds write
Overrunning array "subscriptions" of 3 64-byte elements at element index 3 (byte offset 255) using index "3".
High Impact, CWE-119
OVERRUN
src/rrdInterface.c
Outdated
subscriptions[2].handler = _rdmDownloadEventHandler; | ||
subscriptions[2].userData = NULL; | ||
|
||
subscriptions[3].eventName = RDM_DOWNLOAD_EVENT1; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverity issue no longer present as of: undefined
Show issue
Coverity Issue - Out-of-bounds write
Overrunning array "subscriptions" of 3 64-byte elements at element index 3 (byte offset 255) using index "3".
High Impact, CWE-119
OVERRUN
src/rrdInterface.c
Outdated
subscriptions[2].userData = NULL; | ||
|
||
subscriptions[3].eventName = RDM_DOWNLOAD_EVENT1; | ||
subscriptions[3].filter = NULL; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverity issue no longer present as of: undefined
Show issue
Coverity Issue - Out-of-bounds write
Overrunning array "subscriptions" of 3 64-byte elements at element index 3 (byte offset 255) using index "3".
High Impact, CWE-119
OVERRUN
src/rrdInterface.c
Outdated
|
||
subscriptions[3].eventName = RDM_DOWNLOAD_EVENT1; | ||
subscriptions[3].filter = NULL; | ||
subscriptions[3].duration = 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverity issue no longer present as of: undefined
Show issue
Coverity Issue - Out-of-bounds write
Overrunning array "subscriptions" of 3 64-byte elements at element index 3 (byte offset 255) using index "3".
High Impact, CWE-119
OVERRUN
src/rrdInterface.c
Outdated
subscriptions[3].eventName = RDM_DOWNLOAD_EVENT1; | ||
subscriptions[3].filter = NULL; | ||
subscriptions[3].duration = 0; | ||
subscriptions[3].handler = _rdmDownloadEventHandler; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverity issue no longer present as of: undefined
Show issue
Coverity Issue - Out-of-bounds write
Overrunning array "subscriptions" of 3 64-byte elements at element index 3 (byte offset 255) using index "3".
High Impact, CWE-119
OVERRUN
src/rrdInterface.c
Outdated
subscriptions[3].filter = NULL; | ||
subscriptions[3].duration = 0; | ||
subscriptions[3].handler = _rdmDownloadEventHandler; | ||
subscriptions[3].userData = NULL; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverity issue no longer present as of: undefined
Show issue
Coverity Issue - Out-of-bounds write
Overrunning array "subscriptions" of 3 64-byte elements at element index 3 (byte offset 255) using index "3".
High Impact, CWE-119
OVERRUN
No description provided.