When using shell to store an integer value of type U32, U64 or I64 with value > max I32, the wrong value is parsed from the string and set to max I32 value. Problem:
|
static int prv_set_helper(const char *value, struct user_setting *s, |
I can fix the issue when I will have time - just making a note.
When using shell to store an integer value of type U32, U64 or I64 with value > max I32, the wrong value is parsed from the string and set to max I32 value. Problem:
irnas-usersettings-lib/library/user_settings/user_settings_shell.c
Line 150 in b2a73cd
I can fix the issue when I will have time - just making a note.