From: jeanlf Date: Mon, 30 Aug 2021 14:24:05 +0000 (+0200) Subject: [PATCH] fixed #1895 X-Git-Tag: archive/raspbian/1.0.1+dfsg1-4+rpi1+deb11u3^2~79 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a44bcbb46bb7c3c508f8e7ff47785c4f101f9fa9;p=gpac.git [PATCH] fixed #1895 Gbp-Pq: Name CVE-2021-40571.patch --- diff --git a/src/odf/descriptors.c b/src/odf/descriptors.c index 18ab191..3ebdc7c 100644 --- a/src/odf/descriptors.c +++ b/src/odf/descriptors.c @@ -1327,6 +1327,7 @@ GF_AV1Config *gf_odf_av1_cfg_read_bs_size(GF_BitStream *bs, u32 size) size -= (u32) obu_size; } gf_av1_reset_state(& state, GF_TRUE); + gf_bs_align(bs); return cfg; #else return NULL;