Closed
Description
This method does line.getBytes().length > MAX_LINE_LENGTH
and section.getBytes().length > MAX_SECTION_LENGTH
. Ignoring that getBytes()
relies on platform encoding. If the encoding is not UTF-8, the length in bytes might be calculated incorrectly and the output doesn't conform to the manifest spec anymore.