Skip to content
#

transactions

Here are 359 public repositories matching this topic...

artemreyt
artemreyt commented Apr 21, 2021

Our coverity (scan.coverity.com) reports about dead code (CWE-561)
in cases where variable of type struct errinj * is compared with
NULL at if condition. Dead code appears due to function-like macro
errinj() always returns NULL at non-debug version, so execution
never goes into if block.

Examples of such cases:

Improve this page

Add a description, image, and links to the transactions topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the transactions topic, visit your repo's landing page and select "manage topics."

Learn more