Commit 881a0cb
committed
issue: 4583806 Coverity var_deref_op fixes
Fix Coverity-reported var_deref_op warnings by adding macro-safe Coverity
_Pragma() suppressions inside the SYSCALL wrapper to document intentional
pointer dereferencing and eliminate false positives.
Updated file:
- src/core/sock/sock-redirect.h
Signed-off-by: Omri Ritblat <[email protected]>1 parent 3de7ce3 commit 881a0cb
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
| 77 | + | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments