Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.6.0
-
3
-
12968
Description
In osp_xattr_get() and osp_declare_xattr_set() there are NULL pointer deferences in the error handling cases.
/root/lustre-release/lustre/osp/osp_object.c:749:9: warning: Access to field 'oxe_ready' results in a dereference of a null pointer (loaded from variable 'oxe') oxe->oxe_ready = 0; ~~~ ^ /root/lustre-release/lustre/osp/osp_object.c:836:9: warning: Access to field 'oxe_ready' results in a dereference of a null pointer (loaded from variable 'oxe') oxe->oxe_ready = 0; ~~~ ^