]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
e2fsck: fix to return ENOMEM in alloc_size_dir()
authorWang Shilong <wshilong@ddn.com>
Tue, 26 Nov 2019 09:03:58 +0000 (18:03 +0900)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 1 Jan 2020 18:41:34 +0000 (13:41 -0500)
commit927ebc78a26cf7d7be09cd0b181c4a11a7a62590
tree9a6600e3a88c7e0253be5967493157eef852a9cc
parent3a15d85bfb1bb099d6e0455538f93a7088733272
e2fsck: fix to return ENOMEM in alloc_size_dir()

Two memory allocation return check is missed.

Signed-off-by: Wang Shilong <wshilong@ddn.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/rehash.c