Whamcloud - gitweb
LU-16837 lov: NULL dereference in lov_delete_composite 26/52826/1
authorBobi Jam <bobijam@whamcloud.com>
Wed, 25 Oct 2023 06:58:35 +0000 (14:58 +0800)
committerBobi Jam <bobijam@whamcloud.com>
Wed, 25 Oct 2023 07:08:14 +0000 (15:08 +0800)
commit10b4a14b389cb00e1033e2f49e3d1f5a554b259a
treef9c2f1b586cc0805fef68ff652452fbb26a1ca04
parenta9411a9856a0a1539ea2c8dc9c7eb1bd8fa2c409
LU-16837 lov: NULL dereference in lov_delete_composite

commit 14ed4a6f8f retroduced the issue fixed by commit
5da049d9ef ("LU-14389 lov: avoid NULL dereference in cleanup), this
patch makes the fix cover the new case added by 14ed4a6f8f.

Fixes: 14ed4a6f8f ("LU-16837 llite: handle unknown layout component")
Signed-off-by: Bobi Jam <bobijam@whamcloud.com>
Change-Id: I4a2b72e21139b60519ed523b4851723c91f523c1
lustre/lov/lov_object.c