kgiusti commented on issue #657: DISPATCH-1544: mask coverity false positive delivery use-after-free URL: https://github.com/apache/qpid-dispatch/pull/657#issuecomment-574715180 The patch also annotates the code so coverity won't report the use after free issue (see the /* coverity .... */ comments this patch adds). The asserts are there to prevent future code changes from inadvertently messing up the reference counters - which _could_ introduce a real use-after-free bug which coverity will ignore due to the annotation.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
