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
libuci, currently, uses in it's parser strtok, which stores it's state in global variable. This can lead to undefined behaviour if there is multiple parsings in progress in single program.