summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-07-02 19:31:35 +0200
committerClément Bœsch <ubitux@gmail.com>2012-07-02 21:02:15 +0200
commit7c84e7d33762a4bccc0002476a3b20e0b8f26fcc (patch)
tree30163a541ec3307e174568460f8b7fb66de4a52c /configure
parent2278a3e5f7327fb2ba823fb10275b5a726adee6f (diff)
downloadffmpeg-streaming-7c84e7d33762a4bccc0002476a3b20e0b8f26fcc.zip
ffmpeg-streaming-7c84e7d33762a4bccc0002476a3b20e0b8f26fcc.tar.gz
mem: heap memory poisoning.
Enable it by default with FATE. limitation: not random, and not supported with realloc.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index a1346fa..cb8a04d 100755
--- a/configure
+++ b/configure
@@ -286,6 +286,7 @@ Developer options (useful when working on FFmpeg itself):
--disable-stripping disable stripping of executables and shared libraries
--assert-level=level 0(default), 1 or 2, amount of assertion testing,
2 causes a slowdown at runtime.
+ --enable-memory-poisoning fill heap uninitialized allocated space with arbitrary data
--valgrind=VALGRIND run "make fate" tests through valgrind to detect memory
leaks and errors, using the specified valgrind binary.
Cannot be combined with --target-exec
@@ -1080,6 +1081,7 @@ CONFIG_LIST="
lsp
mdct
memalign_hack
+ memory_poisoning
mpegaudiodsp
network
nonfree
OpenPOWER on IntegriCloud