mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-29 21:25:35 +00:00
ebb5e958d6
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 |