Details
-
Bug
-
Resolution: Fixed
-
Major
-
Lustre 2.11.0
-
3
-
9223372036854775807
Description
Found 2 new static analysis issues in v2_10_58_0-102-g1a5fdde:
- Suspicious dereference of pointer before NULL check
- lnet/utils/lnetconfig/cyaml.c: in free_node, Suspicious dereference of pointer 'node' before NULL check at line 686
- Pointer may be dereferenced after it was positively checked for NULL
- lustre/utils/lfs.c: in build_layout_from_yaml_node, Pointer 'string' checked for NULL at line 2192 may be dereferenced at line 2196. Also there is one similar error on line 2207.
The list of commits since the previous build v2_10_58_0-73-gda79fe8:
1a5fdde | |
2431891 | |
eb8e82d | |
d24d2f9 | |
c716c76 | |
5b5538e | |
6a07b73 | |
473a4ad | |
860e20e | |
c98a51f | |
ed91ee6 | |
9d62856 | |
a37134d | |
eac95a6 | |
5446b9b | |
9ef9906 | |
c593dd0 | |
f5c6228 | |
feedd8f | |
1e7fc14 | |
a74b2b5 | |
dfd3542 | |
64a49a1 | |
1a3cce7 | |
2a9518b | |
05cfe91 | |
54fc9a6 | |
c2caa40 | Revert " |
a042ad4 |
Attachments
Issue Links
- is related to
-
LU-4629 Issues found by static analysis tools
- Resolved