[PATCH 0/3] ntfs: Bug fixes for attrib.c

Ethan Tidmore posted 3 patches 1 month, 1 week ago
fs/ntfs/attrib.c | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
[PATCH 0/3] ntfs: Bug fixes for attrib.c
Posted by Ethan Tidmore 1 month, 1 week ago
Here are three bug fixes found with Smatch.

Ethan Tidmore (3):
  ntfs: Place check before dereference
  ntfs: Add missing error code
  ntfs: Fix possible deadlock

 fs/ntfs/attrib.c | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

-- 
2.53.0
Re: [PATCH 0/3] ntfs: Bug fixes for attrib.c
Posted by Namjae Jeon 1 month, 1 week ago
On Fri, Feb 27, 2026 at 1:09 AM Ethan Tidmore <ethantidmore06@gmail.com> wrote:
>
> Here are three bug fixes found with Smatch.
>
> Ethan Tidmore (3):
>   ntfs: Place check before dereference
>   ntfs: Add missing error code
>   ntfs: Fix possible deadlock
Applied them to #ntfs-next.
Thanks!