qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v3 0/3] crypto: nettle fixes


From: Radim Krčmář
Subject: [Qemu-devel] [PATCH v3 0/3] crypto: nettle fixes
Date: Thu, 16 Jul 2015 18:03:58 +0200

[1/3] fixes a build problem with new nettle libraries.
Peter Maydell found an undefined behavior with some architectures that
is fixed in [2/3].  (I haven't checked if QEMU runs on one.)
[3/3] refactors [2/3];  feel free to squish or drop it.

v3: make wrappers static [2-3/3]
v2: avoid undefined behavior[2-3/3]

Radim Krčmář (3):
  crypto: fix build with nettle >= 3.0.0
  crypto: avoid undefined behavior in nettle calls
  crypto: use CPP for wrapper definitions in nettle

 configure              |  4 +++-
 crypto/cipher-nettle.c | 38 ++++++++++++++++++++++++++++++++------
 2 files changed, 35 insertions(+), 7 deletions(-)

-- 
2.4.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]