mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9519eeb8a7
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. |
||
---|---|---|
.. | ||
base | ||
canvas | ||
events | ||
html | ||
mathml/content | ||
media | ||
smil | ||
svg | ||
test | ||
xbl | ||
xml | ||
xslt | ||
xul | ||
moz.build |