On Sun, 19 Feb 2012, Ronald S. Bultje wrote:

Hi,

On Sun, Feb 19, 2012 at 2:59 AM, Martin Storsjö <[email protected]> wrote:
On Sat, 18 Feb 2012, Ronald S. Bultje wrote:
Red zone usage is not allowed in the Win64 ABI.

Even though it's allowed on 64bit unix, would it still be worthwhile doing
the same there, to get around the false positive?

Maybe a bug report to valgrind would be better, perhaps. I wouldn't
mind a valgrind suppression... What do others think?

Not sure if this can be suppressed (normally the suppressions cover the places where the error is reported, but for these cases, use of uninitialized data, it only counts as an error later if there's a conditional using this, or writing the uninitialized value out from the process in some way).

But anyway, if you prefer keeping it in the current form for unix, I can live with it.

// Martin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to