Re: memxor3 could lead to invalid mem accesses

2013-12-27 Thread Nikos Mavrogiannopoulos
On Thu, 2013-12-26 at 22:00 +0100, Niels Möller wrote: > What result do you get with this test? Does it fail the assert, or does > it exit successfuly when running without valgrind, but generate > warnings/errors with valgrind? It exits successfully but prints the valgrind warning (shown in the p

Request to release new version of nettle to support new architecture ppc64le

2013-12-27 Thread rajesh
Hi We are adding support for new ppc64le (IBM powerPC Little Endian) architecture. I was looking at the package nettle from the latest release tarball ( http://www.lysator.liu.se/~nisse/archive/nettle-2.7.1.tar.gz ) and also from the git source (git://git.lysator.liu.se/nettle/nettle.git) and

Re: memxor3 could lead to invalid mem accesses

2013-12-27 Thread Niels Möller
Nikos Mavrogiannopoulos writes: > It exits successfully but prints the valgrind warning (shown in the > previous message). Then I know what to expect. > Do you get a warning after applying the patch? Haven't had time to try it yet. I just had a look at x86_64/memxor.asm. As far as I see, it'

Re: Request to release new version of nettle to support new architecture ppc64le

2013-12-27 Thread Niels Möller
rajesh writes: > Latest config.guess with ppc64le support is available at : > http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD > > I verified building the package with latest config.guess mentioned > above and it built fine in ppc64le platform. > I would also l