diff options
author | Dan Carpenter <dan.carpenter@linaro.org> | 2025-02-16 23:52:00 +0300 |
---|---|---|
committer | Konstantin Komarov <almaz.alexandrovich@paragon-software.com> | 2025-03-06 19:53:24 +0300 |
commit | 5ad414f4df2294b28836b5b7b69787659d6aa708 (patch) | |
tree | e0c06512de25004cbf5afe9b0feb2e2e43277727 /tools/perf/scripts/python/libxed.py | |
parent | b432163ebd15a0fb74051949cb61456d6c55ccbd (diff) | |
download | linux-5ad414f4df2294b28836b5b7b69787659d6aa708.tar.xz |
fs/ntfs3: Fix a couple integer overflows on 32bit systems
On 32bit systems the "off + sizeof(struct NTFS_DE)" addition can
have an integer wrapping issue. Fix it by using size_add().
Fixes: 82cae269cfa9 ("fs/ntfs3: Add initialization of super block")
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions