Re: [PATCH v3 06/12] e2fsck: Fix entries with invalid encoded characters
From: "Theodore Ts'o" <tytso@mit.edu>
Date: 2021-01-28 03:11:31
From: "Theodore Ts'o" <tytso@mit.edu>
Date: 2021-01-28 03:11:31
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