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
Call settings_type(), settings_get() or settings_set() while making sure that the stack variable "setting" (setting_t *) is initialized to a non-zero value (eg. random-initialized RAM). The get_setting() call will assert that setting is NULL, which isn't the case, causing an assertion exception.
On a side note, I find the code quality of this module to be quite concerning. I'll try to do my best to report any bugs that I can find, but I think a re-review of this code from a seasoned maintainer of NuttX would be great.