We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
When parsing XML using TinyXML, the data size has to be specified
When parsing XML using TinyXML, the data size has to be specified
Bug #3107 [Closed]
Status: | Closed | |
---|---|---|
Start date: | 2013-11-03 | |
Priority: | Normal | |
Due date: | ||
Assignee: | dumganhar | |
% Done: | 100% |
|
Category: | all | |
Target version: | 3.0-alpha1 |
Otherwise,
XMLDocument::Parse(data)
will treat data as a null-terminal string. It may cause potential issues.