]> the.earth.li Git - onak.git/commit
Fix memory leak when merging key signatures
authorJonathan McDowell <noodles@earth.li>
Sun, 18 Aug 2019 10:03:47 +0000 (11:03 +0100)
committerJonathan McDowell <noodles@earth.li>
Sun, 18 Aug 2019 10:03:47 +0000 (11:03 +0100)
commit5e2c81ee4acb5bf3eb4afdbc766646ba06f96dd9
tree14fc88fa5d09f1c9eab0426c3338416a7b9fbbd6
parentd7d1077c759ec370ef776eba1d855837b3d6c597
Fix memory leak when merging key signatures

This is a long-standing memory leak when merging signed packet lists. It
hasn't been observed in the wild because the key merging is normally
done in a transient process. Found using GCC with -fsanitize=leak
merge.c