Johannes Schindelin <Johannes.Schindelin@gmx.de> writes:
The loop in question iterates over bytes _after_ decoding these encoded
lines, and a typical reason you would encode the payload is because it
contains something not safe over e-mail transfer, e.g. NUL.
I think decode_transfer_encoding() also needs to become safe against NULs
in the payload.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html