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
mctp-client: use parse_* helpers for argument parsing
We have helpers for EID and net parsing, use those instead of an
explicit stroul(). This means we don't need to carry parse status
outside of individual tag handler blocks.
In doing so, fix a bug where network IDs > 255 are not accepted.
Signed-off-by: Jeremy Kerr <[email protected]>
0 commit comments