Guido Trentalancia <[email protected]> writes:

> make  check-TESTS
> make[2]: Entering directory `/usr/src/libidn-1.21/tests'
> PASS: tst_stringprep
> PASS: tst_punycode
> PASS: tst_idna
> ==15820== Invalid read of size 4
> ==15820==    at 0x402E46: idna_to_ascii_4z
...
> CFLAGS="-O3 -march=corei7 -mtune=corei7 -fomit-frame-pointer"
> CXXFLAGS="-O3 -march=corei7 -mtune=corei7 -fomit-frame-pointer"

Interesting, thanks for the report!  Could you add '-g' to CFLAGS to get
more useful valgrind output (e.g., line numbers)?  Also, does this
happen when you don't pass the optimization parameters?

I have a corei7, but my gcc (from Debian squeeze) doesn't seem to like
your parameters so I couldn't try it myself.

/Simon

_______________________________________________
Help-libidn mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-libidn

Reply via email to