Commit 1f5fcfa
committed
issue: 4583806 Coverity FORWARD_NULL fixes
Add Coverity suppression comments for repeated FORWARD_NULL false positives.
Coverity reported multiple potential null dereferences in syscall-related
macros. Added `/* coverity[var_deref_op] */` to suppress these false
positives. No functional changes.
Signed-off-by: Omri Ritblat <[email protected]>1 parent b06987a commit 1f5fcfa
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
77 | 79 | | |
78 | 80 | | |
79 | 81 | | |
| |||
0 commit comments