diff options
author | Jan Kara <jack@suse.cz> | 2023-06-21 12:32:35 +0300 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2023-06-21 12:53:06 +0300 |
commit | 028f6055c912588e6f72722d89c30b401bbcf013 (patch) | |
tree | 752a307ccb52d3f6ecf370f21398c243edacac7f /fs/super.c | |
parent | 404615d7f1dcd4cca200e9a7a9df3a1dcae1dd62 (diff) | |
download | linux-028f6055c912588e6f72722d89c30b401bbcf013.tar.xz |
udf: Fix uninitialized array access for some pathnames
For filenames that begin with . and are between 2 and 5 characters long,
UDF charset conversion code would read uninitialized memory in the
output buffer. The only practical impact is that the name may be prepended a
"unification hash" when it is not actually needed but still it is good
to fix this.
Reported-by: syzbot+cd311b1e43cc25f90d18@syzkaller.appspotmail.com
Link: https://lore.kernel.org/all/000000000000e2638a05fe9dc8f9@google.com
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/super.c')
0 files changed, 0 insertions, 0 deletions