Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.8.0
-
3
-
9223372036854775807
Description
Found 2 new static analysis issues in 2.7.62-15-g3c39aeb:
- Pointer may be dereferenced after it was positively checked for NULL
- lustre/osd-ldiskfs/osd_compat.c: in osd_obj_update_entry, Pointer 'oi_fid' checked for NULL at line 581 may be dereferenced at line 589.
- Null pointer may be dereferenced
- lustre/osd-ldiskfs/osd_compat.c: in osd_obj_update_entry, Null pointer 'oi_fid' that comes from line 570 may be dereferenced at line 589.
The list of commits since the previous build 2.7.61-44-g723065f:
3c39aeb | |
549c57e | |
52aa924 | |
069a25b | |
7a6b48c | |
8f9ab85 | |
140b897 | |
13e34c1 | |
50f7e26 | |
68eb6e8 | |
2c00fae | |
44247c2 | |
6fb74fc | |
14ff781 | |
44e9ec0 | |
5245b94 | New tag 2.7.62 |
e55fb71 | |
c5e84d5 | |
fed02bd | |
66ca2bc | |
abbef87 |
Attachments
Issue Links
- is related to
-
LU-4629 Issues found by static analysis tools
- Resolved