mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-04 04:24:38 +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 ) :
|
||||
TiXmlNode( TiXmlNode::DOCUMENT )
|
||||
{
|
||||
tabsize = 4;
|
||||
value = documentName;
|
||||
error = false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user