mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-04 20:44:43 +02:00
Fix Uninitialized read in tinyxmlparser
This commit is contained in:
parent
3ff0ad484d
commit
40bb92c0af
@ -993,6 +993,7 @@ public:
|
|||||||
TiXmlDocument( const generic_string& documentName ) :
|
TiXmlDocument( const generic_string& documentName ) :
|
||||||
TiXmlNode( TiXmlNode::DOCUMENT )
|
TiXmlNode( TiXmlNode::DOCUMENT )
|
||||||
{
|
{
|
||||||
|
tabsize = 4;
|
||||||
value = documentName;
|
value = documentName;
|
||||||
error = false;
|
error = false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user