On Fri, Apr 07, 2017 at 12:58:50PM -0400, Ronald S. Bultje wrote:
> Hi,
>
> On Fri, Apr 7, 2017 at 7:49 AM, Michael Niedermayer
> wrote:
>
> > This avoids potential undefined behavior in debug mode while still allowing
> > developers which want to check for potential additional overflows to do s
Hi,
On Fri, Apr 7, 2017 at 7:49 AM, Michael Niedermayer
wrote:
> This avoids potential undefined behavior in debug mode while still allowing
> developers which want to check for potential additional overflows to do so
> by manually enabling this.
>
> Signed-off-by: Michael Niedermayer
> ---
>
On Fri, 7 Apr 2017 13:49:09 +0200
Michael Niedermayer wrote:
> This avoids potential undefined behavior in debug mode while still allowing
> developers which want to check for potential additional overflows to do so
> by manually enabling this.
>
> Signed-off-by: Michael Niedermayer
> ---
> l
This avoids potential undefined behavior in debug mode while still allowing
developers which want to check for potential additional overflows to do so
by manually enabling this.
Signed-off-by: Michael Niedermayer
---
libavutil/internal.h | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)