Package: p11-kit / 0.12-3

Metadata

Package Version Patches format
p11-kit 0.12-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
10_broken hashmap behavior | (download)

p11-kit/hashmap.c | 12 5 + 7 - 0 !
tests/hash-test.c | 2 0 + 2 - 0 !
2 files changed, 5 insertions(+), 9 deletions(-)

 [patch 1/6] fix broken hashmap behavior

 * We were relying on undefined gcc behavior related to the &
   operator.
 * This would show up as a test failure when running with -O2 on
   certain GCC versions, as well as failure on clang 3.1

11_crash when duplicate | (download)

p11-kit/modules.c | 13 7 + 6 - 0 !
1 file changed, 7 insertions(+), 6 deletions(-)

 [patch 3/6] fix crasher when a duplicate module is present