On Sat, Oct 5, 2019 at 10:16 PM Michael Niedermayer
<[email protected]> wrote:
>
> On Thu, Oct 03, 2019 at 09:53:15AM +0800, Jun Zhao wrote:
> > From: Mengye Lv <[email protected]>
> >
> > When used ROUNDED_DIV(a,b), if a is unsigned integer zero, it's
> > will lead to an underflow issue(it called unsigned integer
> > wrapping).
> >
> > Fixes #8062
> >
> > Signed-off-by: Mengye Lv <[email protected]>
> > Signed-off-by: Jun Zhao <[email protected]>
> > ---
> >  libavutil/common.h |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
>
> LGTM
>
> thx
>
Applied, Thx
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to