Changes between Initial Version and Version 1 of Ticket #1505
- Timestamp:
- 07/02/2012 07:19:47 PM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1505 – Description
initial v1 1 It would be nice to have a --enable-memory-poisoning configure switch to make av_malloc() fill the memory with arbitrary random data. This could be enabled by default in tests/fate.sh:configure to do better memory testing on all FATE instances without needing an advanced an slow tool like valgrind. 2 3 Note: we should fill the requested size *and* padding. 1 It would be nice to have a --enable-memory-poisoning configure switch to make av_malloc()/av_realloc() fill the memory with arbitrary or random data. This could be enabled by default in tests/fate.sh:configure to do better memory testing on all FATE instances without needing an advanced an slow tool like valgrind.


