Commit b5997c4
committed
Refactor: libstonithd: Drop null_field Coverity suppression
Coverity was flagging this as an error because it didn't know whether
pcmk__trace() might set entry->notify to NULL. Coverity doesn't have a
model for qb_log_from_external_source(), which pcmk__trace() calls.
We could provide a model, but instead we just drop the "%p", which
doesn't seem helpful.
Signed-off-by: Reid Wahl <nrwahl@protonmail.com>1 parent 6a3d788 commit b5997c4
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1560 | 1560 | | |
1561 | 1561 | | |
1562 | 1562 | | |
1563 | | - | |
| 1563 | + | |
| 1564 | + | |
1564 | 1565 | | |
1565 | 1566 | | |
1566 | 1567 | | |
1567 | 1568 | | |
1568 | 1569 | | |
1569 | | - | |
1570 | | - | |
| 1570 | + | |
1571 | 1571 | | |
1572 | 1572 | | |
1573 | 1573 | | |
| |||
0 commit comments