]> the.earth.li Git - onak.git/commitdiff
Fix issue with looking up keys by fingerprint via HKP interface
authorJonathan McDowell <noodles@earth.li>
Sun, 5 Jan 2014 17:44:47 +0000 (09:44 -0800)
committerJonathan McDowell <noodles@earth.li>
Sun, 5 Jan 2014 17:44:47 +0000 (09:44 -0800)
The index variable for the current parameter was being reused to parse
the fingerprint, resulting in attempting to free an unallocated piece of
memory and crashing. Use a different loop variable instead.


No differences found