Download raw body.
Only use string literals as format strings for dprintf()
On Thu, 10 Sep 2020 20:29:15 +0200, Christian Weisgerber wrote: > Only use string literals as format strings for dprintf(). I don't understand why this doesn't just use write(2). Perhaps it originally used dprintf() but was converted to asprintf() and the dprintf() just never got converted to a write()? - todd
Only use string literals as format strings for dprintf()