Skip to content
Commit 335a582b authored by Patrick Eigensatz's avatar Patrick Eigensatz Committed by Ralf Habacker
Browse files

Coverity Check: codegenerators: Fixing unchecked dynamic_casts

This fixes Coverity check CIDs: 71404, 71405, 71409, 71415, 71430,
71432, 71434, 71435, 71438, 71439, 71446, 71453, 71456, 71457,
71458, 71460

Coverity reported lots of errors (> 50) of the same type:

T *var = dynamic_cast<T>(a);
foo(var);

var was never checked against NULL.

CCBUG:340646
REVIEW:124658
parent d2daaa3b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment