Commit 169f224
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 169f224
2 files changed
+18
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
74 | 83 | | |
| 84 | + | |
75 | 85 | | |
76 | | - | |
77 | | - | |
78 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
79 | 93 | | |
80 | 94 | | |
81 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1626 | 1626 | | |
1627 | 1627 | | |
1628 | 1628 | | |
| 1629 | + | |
1629 | 1630 | | |
1630 | 1631 | | |
1631 | 1632 | | |
| |||
0 commit comments