Carlo Arenas <carenas@xxxxxxxxx> writes: > Agree with you that using strtol is better, but the added checks > and logic make it more complicated and go against the assumption > made in the commit message that the environment CAN'T be tampered > with. I think we require strto*l() here, to relieve us from worrying about "is int large enough?" question.