]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
ogg_afh_common: Fix signedness issue.
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 6 Jun 2019 06:28:58 +0000 (08:28 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 6 Jun 2019 06:40:49 +0000 (08:40 +0200)
The previous patch introduced a regression because "granule" was made
unsigned by mistake but needs to be a signed variable. This can cause
the loop in oac_get_file_info() to not terminate which eventually
results in an abort due to an allocation failure:

para_realloc: realloc failed (size = 2097152000), aborting


No differences found