thorvg/src/common
JunsuChoi 86c4b093b7 loader/svg: Add check to the limits of result of StrToFloat
The string passed to the svg parser is not guaranteed to always be a valid string.
Certain strings may have numbers that cannot be converted.
Therefore, make sure to check whether the converted value is in the appropriate range before returning.

related issue: https://github.com/thorvg/thorvg/issues/2078#issuecomment-2037495121
2024-04-19 11:00:29 +09:00
..
meson.build common: code refactoring 2024-04-06 12:08:21 +09:00
tvgArray.h common/array: code refactoring 2024-04-06 12:08:21 +09:00
tvgCompressor.cpp lottie: Fix buffer-overflow in base64 decode 2024-04-06 12:48:30 +09:00
tvgCompressor.h updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgInlist.h updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgLines.cpp common: code refactoring 2024-04-19 11:00:29 +09:00
tvgLines.h common: code refactoring 2024-04-06 12:08:21 +09:00
tvgLock.h Portability: Fix compiler shadowing warning 2024-04-06 12:08:21 +09:00
tvgMath.cpp [common] code clean up 2024-04-06 12:08:23 +09:00
tvgMath.h common: code refactoring 2024-04-19 11:00:29 +09:00
tvgStr.cpp loader/svg: Add check to the limits of result of StrToFloat 2024-04-19 11:00:29 +09:00
tvgStr.h updated copyright date (#1866) 2024-01-02 20:34:12 +09:00