diff options
| author | Sebastien Buisson <[email protected]> | 2016-04-04 21:36:59 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-04-11 20:47:10 -0700 |
| commit | 0fcd869f9e0947ddb22ba8ba197cbe43e39f97f3 (patch) | |
| tree | b9c56dd6b940be09cc8c8ba49d318b9d62ce53da /tools/perf/scripts/python | |
| parent | a7a9ed4b5d2732f35c54601702d73c1cd1e7ee90 (diff) | |
staging: lustre: fix 'NULL pointer dereference' errors
Fix 'NULL pointer dereference' defects found by Coverity version
6.5.0:
Dereference after null check (FORWARD_NULL)
For instance, Passing null pointer to a function which dereferences
it.
Dereference before null check (REVERSE_INULL)
Null-checking variable suggests that it may be null, but it has
already been dereferenced on all paths leading to the check.
Dereference null return value (NULL_RETURNS)
Signed-off-by: Sebastien Buisson <[email protected]>
Signed-off-by: James Nunez <[email protected]>
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-3042
Reviewed-on: http://review.whamcloud.com/5868
Reviewed-by: Dmitry Eremin <[email protected]>
Reviewed-by: Oleg Drokin <[email protected]>
Signed-off-by: James Simmons <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions