dtmail: resolve coverity warnings related to uninitialised members in C++ classes
This commit is contained in:
@@ -71,6 +71,7 @@ RFCValue::RFCValue(const char * str, int size) : DtMailValue(NULL)
|
||||
_value[size] = 0;
|
||||
|
||||
_decoded = NULL;
|
||||
_session = NULL;
|
||||
}
|
||||
|
||||
RFCValue::RFCValue(const char * str, int size, DtMail::Session *s) : DtMailValue(NULL)
|
||||
|
||||
Reference in New Issue
Block a user