Closed drizt closed 5 years ago
I compiled my Torrent File Editor with this patch. So now no problems with number, please look this task drizt/torrent-file-editor#75
Everything LGTM. Could you please extend the test suite to ensure these corner cases are covered as well?
Updated
Any progress here?
thanks!
strtoll and strtoull may not reset errno for valid input. Need to check actual returned value as sayed in strtoll documentation.
Fix #48