]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
fs/ntfs3: increase CLIENT_REC name field size
authorKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Thu, 19 Mar 2026 13:29:26 +0000 (14:29 +0100)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Tue, 24 Mar 2026 17:51:17 +0000 (18:51 +0100)
commit81ad9e67eccc0b094a6eef55a19ee56c761416dc
tree30feb4d252188e1307f9c6522819f1a994f9cf06
parente98266e823a1fa06fe6499df61aeaac2fd6f7a49
fs/ntfs3: increase CLIENT_REC name field size

This patch increases the size of the CLIENT_REC name field from 32 utf-16
chars to 64 utf-16 chars. It fixes the buffer overflow problem in
log_replay() reported by Robbert Morris.

Reported-by: <rtm@csail.mit.edu>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/fslog.c