Commit e5d60f0
committed
DISMAN-EVENT-MIB: Initialize 'name' and 'name_buf'
This patch suppresses the following two Coverity reports:
CID 407579: Uninitialized variables (UNINIT)
Using uninitialized value "*name_buf" when calling "memcpy". [Note: The source code implementation of the function has been overridden by a builtin model.]
CID 407578: Uninitialized variables (UNINIT)
Using uninitialized value "name_buf_len".1 parent eacb484 commit e5d60f0
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
170 | | - | |
| 169 | + | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| |||
0 commit comments