From: Andre Noll Date: Thu, 6 Jun 2019 06:28:58 +0000 (+0200) Subject: ogg_afh_common: Fix signedness issue. X-Git-Tag: v0.6.3~28^2~1 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=b223b30fd6ecea80100b1d4a6802cef0e9c29e49;hp=b223b30fd6ecea80100b1d4a6802cef0e9c29e49;p=paraslash.git ogg_afh_common: Fix signedness issue. 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 ---