You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 7, 2024. It is now read-only.
When user tries to set up a parameter longer than 16 characters (maximum supported length), and also he wants to set a callback, Adeon code is accessing unallocated object.
First, Adeon tries to store the parameter in the list
Then it compares the parameter length, and because it exceeds maximum supported length, it won't store the parameter
The function returns NULL reference
Adeon doesn't check the NULL reference, and stores pointer to callback function