tinyxml2 icon indicating copy to clipboard operation
tinyxml2 copied to clipboard

TinyXML2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs.

Results 154 tinyxml2 issues
Sort by recently updated
recently updated
newest added

## Description For aarch64 platform, I have built "TinyXML2" from source. ## Steps Following "STEPS (https://github.com/leethomason/tinyxml2?tab=readme-ov-file#using-and-installing)" were used for building and installing backstage. ``` wget https://github.com/leethomason/tinyxml2/archive/refs/tags/10.0.0.tar.gz tar xvf 10.0.0.tar.gz cd...

Hello, I found an out-of-bound error when running the following fuzz driver in OSS-Fuzz. ``` #include "tinyxml2/tinyxml2.h" #include #include extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { // Ensure...

bug

- [x] Combined "tinyxml2.cpp" and "tinyxml2.h" into "tinyxml2.hpp" which is a header only file for easier integration into ROS projects. Merging is done by copying the content directly and merging...

Hi, UBSAN reported SEGV in InsertFirstChild. ``` ==12==ERROR: UndefinedBehaviorSanitizer: SEGV on unknown address 0x000000000008 (pc 0x5577ea17c682 bp 0x7ffd8d604130 sp 0x7ffd8d604120 T12) ==12==The signal is caused by a READ memory access....