Download raw body.
newsyslog: fix negative size limit bug
Correct, use strtonum() While at it, read the strtoll() manual page and spot the multiple mistakes you made assuming it does what you think it does. It's so incredibly error prone, including errno and range-checking. That is why we created strtonum.
newsyslog: fix negative size limit bug