On Thu, Dec 17, 2020 at 06:35:38PM +0100, Arnaud Ferraris wrote:
From: Gabriel Krisman Bertazi <redacted>
On strict mode, invalid Unicode sequences are not permited. This patch
adds a verification step to pass2 to detect and modify the entries with
the same replacement char used for non-encoding directories '.'.
After the encoding test, we still want to check the name for usual
problems, '\0', '/' in the middle of the sequence.
Signed-off-by: Gabriel Krisman Bertazi <redacted>
Signed-off-by: Arnaud Ferraris <redacted>
Thanks, applied.
- Ted