Commit d516933
fabrics: fix a check-after-dereference error in nvmf_discovery_log()
logp pointer can't be NULL, because it has already been dereferenced,
the function should check *logp instead.
Signed-off-by: Maurizio Lombardi <[email protected]>1 parent 850c3f1 commit d516933
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
894 | 894 | | |
895 | 895 | | |
896 | 896 | | |
897 | | - | |
| 897 | + | |
898 | 898 | | |
899 | 899 | | |
900 | 900 | | |
| |||
0 commit comments