Uninitialized member in DiagnosticsEngine.

Enea Zaffanella zaffanella at cs.unipr.it
Fri May 3 01:52:22 PDT 2013


The following data member of DiagnosticsEngine
   bool WarnOnSpellCheck; // Emit warning when spellcheck is initiated.
is not initialized in the class constructor.

This leads to UB as soon as a client application "forgets" calling 
method setWarnOnSpellCheck().

Enea.



More information about the cfe-commits mailing list