- Notifications
You must be signed in to change notification settings - Fork28
Commit12d1143
committed
Fix possible null pointer dereference or invalid warning message.
Thinko in commitde43897: this warning message references the wrong"LogicalRepWorker *" variable. This would often result in a core dump,but if it didn't, the message would show the wrong subscription OID.In passing, adjust the message text to format a subscription OIDsimilarly to how that's done elsewhere in the function; and fixgrammatical issues in some nearby messages.Per Coverity testing.1 parentc238442 commit12d1143
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
319 | | - | |
| 318 | + | |
| 319 | + | |
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
350 | | - | |
| 350 | + | |
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
| |||
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
396 | | - | |
| 396 | + | |
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
| |||
0 commit comments
Comments
(0)