-
Bug
-
Resolution: Fixed
-
Medium
-
Upstream, Lustre 2.15.9
-
None
-
3
-
9223372036854775807
In `ldlm_flock_deadlock()`, the code accesses `bl_exp->exp_flock_hash` after calling `class_export_put(bl_exp)`, which can cause a use-after-free if the put drops the last reference and the export is destroyed.