96836e849f
Fix handling of null terminated ANI metadata with Qt6
...
In Qt5 converting a QByteArray to a QString stops at the first null byte,
in Qt6 the QByteArray size is respected, and trailing null bytes are
therefore included in the final QString. Explicitly determine the length
of the string data to deal with that.
2022-01-22 22:03:21 +01:00
2755f74fbb
ani: convert +1 to -1 so we don't do a potential integer overflow
...
oss-fuzz/32601
runtime error: signed integer overflow: 2147483647 + 1 cannot be represented in type 'int'
2021-04-03 22:46:33 +00:00
1169859b07
Run clang-format on all cpp/h files
...
NO_CHANGELOG
2021-03-08 20:15:33 +02:00
8ad43638ad
Fix crash with malformed files
...
oss-fuzz/29284
2021-01-08 14:02:45 +00:00
c72c9f577b
ani: Make sure riffSizeData is of the correct size before doing the quint32_le cast dance
...
oss-fuzz/29290
2021-01-05 21:52:24 +01:00
bf3f99abf5
Add missing includes
2021-01-03 10:05:53 +01:00
b79d1f222d
Add plugin for animated Windows cursors (ANI)
2021-01-03 08:49:10 +00:00