Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clear errno before call to strtol(3).
Since strtol(3) doesn't clear errno on success, anything that sets errno prior to this call will make it look like the call failed. This happens when built with ASAN. Signed-off-by: Dan Albert <[email protected]> Acked-by: Steve Lawrence <[email protected]>
- Loading branch information