mbox series

[0/5] fs/ntfs3: Refactoring and bugfix

Message ID b06828df-f9b9-1c5d-d6db-05839bad7016@paragon-software.com (mailing list archive)
Headers show
Series fs/ntfs3: Refactoring and bugfix | expand

Message

Konstantin Komarov Dec. 30, 2022, 11:23 a.m. UTC
This series contains various fixes and refactoring for ntfs3.

Konstantin Komarov (5):
   fs/ntfs3: Add null pointer checks
   fs/ntfs3: Improved checking of attribute's name length
   fs/ntfs3: Check for extremely large size of $AttrDef
   fs/ntfs3: Restore overflow checking for attr size in mi_enum_attr
   fs/ntfs3: Refactoring of various minor issues

  fs/ntfs3/bitmap.c  |  3 ++-
  fs/ntfs3/frecord.c |  2 +-
  fs/ntfs3/fsntfs.c  | 22 ++++++++++++++--------
  fs/ntfs3/index.c   | 10 ++++++----
  fs/ntfs3/inode.c   |  8 +++++++-
  fs/ntfs3/namei.c   |  2 +-
  fs/ntfs3/ntfs.h    |  3 ---
  fs/ntfs3/record.c  |  5 +++++
  fs/ntfs3/super.c   | 10 +++++++++-
  9 files changed, 45 insertions(+), 20 deletions(-)