Whamcloud - gitweb
LU-17464 lod: set llc_ostlist to NULL after free 97/53797/1
authorBobi Jam <bobijam@whamcloud.com>
Wed, 24 Jan 2024 06:15:49 +0000 (14:15 +0800)
committerBobi Jam <bobijam@whamcloud.com>
Wed, 24 Jan 2024 06:15:49 +0000 (14:15 +0800)
commit5e7440b488050166af15e744dc74b9dc4f0d3b96
tree54deca4c8a0519f16789a8b0ad41b67f222da5c9
parentc265e1c7b045bf1f9e5b2919c282b63086929ab6
LU-17464 lod: set llc_ostlist to NULL after free

Default LOV striping could free component entry llc_ostlist if needed
e.g. expand component entries, without set it to NULL it could be
double allocated/freed later.

Signed-off-by: Bobi Jam <bobijam@whamcloud.com>
Change-Id: I25824cb61dd47ba284403039259593b88d25fa9d
lustre/lod/lod_lov.c