fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame()
authorKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Tue, 28 Nov 2023 08:09:34 +0000 (11:09 +0300)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Wed, 6 Dec 2023 14:46:16 +0000 (17:46 +0300)
commitaaab47f204aaf47838241d57bf8662c8840de60a
tree64b0ffd519939e7eec2f2d7473c5f7a0a59e900b
parentd6ca2d253900b9b0a3a1ad77541d606010f5e5eb
fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame()

It is preferable to exit through the out: label because
internal debugging functions are located there.

Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/attrib.c