git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
avutil/internal: Do not enable CHECKED with DEBUG
[ffmpeg.git]
/
libavutil
/
internal.h
diff --git
a/libavutil/internal.h
b/libavutil/internal.h
index
7780a9a
..
a2d73e3
100644
(file)
--- a/
libavutil/internal.h
+++ b/
libavutil/internal.h
@@
-30,9
+30,8
@@
# define NDEBUG
#endif
-#if defined(DEBUG) && !defined(CHECKED)
-# define CHECKED
-#endif
+// This can be enabled to allow detection of additional integer overflows with ubsan
+//#define CHECKED
#include <limits.h>
#include <stdint.h>