On Fri, 2019-03-01 at 14:44 -0800, Alan Adamson wrote: > + for (i = 0; i < len; i++) { > + if ((buf[i] < 0x20) || (buf[i] > 0x7E)) {
If you have to repost this patch please leave out the superfluous parentheses. Otherwise this patch looks good to me. Hence: Reviewed-by: Bart Van Assche <bvanass...@acm.org>