[FFmpeg-devel] [PATCH 7/8] tests: Add aac_fixed decoder test

Clément Bœsch u at pkh.me
Wed Jul 29 10:22:34 CEST 2015


On Tue, Jul 28, 2015 at 03:37:34PM +0000, Nedeljko Babic wrote:
[...]
> I am sending fix for a bug that pops out with the valgrind and –disable-memory-poisoning.
> 

Memory poisoning is writing data for every alloc (note: not realloc), so
it prevents valgrind from detecting most of the uninitialized reads of
valgrindl. It is OTOH faster and allows detecting issues for cases where
you would generally read uninitialized data full of zeros.

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150729/747c1534/attachment.sig>


More information about the ffmpeg-devel mailing list