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
data parser BUGFIX negative values of unsigned integers
strtoull() handles negative values as valid input for unsigned integers
and converts them to equivalent unsigned values (UMAX - abs_value). For
YANG values this is an error and negative value is invalid.
Fixes#345
0 commit comments