svg_loader XmlParser: Fix check the end of string
authorJunsuChoi <jsuya.choi@samsung.com>
Tue, 22 Jun 2021 04:27:40 +0000 (13:27 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 24 Jun 2021 00:26:30 +0000 (09:26 +0900)
commit3611471c50fda077dd9e4193ac12c07adb83caa7
treeff08769b2f7f633de76383f12b700c65832f5f7c
parentadf5de73ca3ac4eab6067d5e186f81d27ec49d87
svg_loader XmlParser: Fix check the end of string

While skipping the string, check the end of the string first.
Prevents an invalid read when parser really get to the end of the string.
src/loaders/svg/tvgXmlParser.cpp