]> the.earth.li Git - onak.git/commitdiff
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)
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


No differences found