backlog fixhelp wantedtriaged: feature
Repository metrics
- Stars
- (30,157 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
See this code search 'atoi' for the inventory Currently 39 hits (on Feb./2019).
and https://github.com/openssl/openssl/search?q=strtol&unscoped_q=strtol https://github.com/openssl/openssl/search?q=strtoul&unscoped_q=strtoul for the various ways of fixing it
Background details ( for ex.): http://www.eternallyconfuzzled.com/arts/jsw_art_atoi.aspx https://stackoverflow.com/questions/8871711/atoi-how-to-identify-the-difference-between-zero-and-error https://blog.mozilla.org/nnethercote/2009/03/13/atol-considered-harmful/