On 2020-05-26, <[email protected]> wrote:

>+                // COMPRESS-530 : skip non-number chars
>+                if (ch < '0' || ch > '9') {
>+                    continue;
>+                }

if this ever happens, doesn't that mean the PAX header is malformed? In
that case may it be better to throw an IOException?

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to