mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
aa95cf5ecd
In reviewing the static asserts in the code I found two inconsistencies. riffHeader includes 4 skipped bytes which weren't accounted for in the bounds check. Comparisons of a uint against UINT_MAX are very unlikely to fail regardless, but this at least makes the two MAX_BLOCK_SIZE checks the same. |
||
---|---|---|
.. | ||
Makefile.in | ||
moz.build | ||
WaveDecoder.cpp | ||
WaveDecoder.h | ||
WaveReader.cpp | ||
WaveReader.h |