Re: [FFmpeg-devel] [PATCH] avutil/internal: Do not enable CHECKED with DEBUG

2017-04-10 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH] avutil/internal: Do not enable CHECKED with DEBUG

2017-04-07 Thread Ronald S. Bultje
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 > --- >

Re: [FFmpeg-devel] [PATCH] avutil/internal: Do not enable CHECKED with DEBUG

2017-04-07 Thread wm4
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

[FFmpeg-devel] [PATCH] avutil/internal: Do not enable CHECKED with DEBUG

2017-04-07 Thread Michael Niedermayer
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(-)