]> the.earth.li Git - onak.git/commit
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)
commit1a084272fd5c603f318d2c4dc0c70b2de0606f04
tree6005f004636be8f83dae711821a5bc8015db84ba
parent99e631a4e7aa7a22d7c9ff0797f4ce690decd92a
Fix issue with looking up keys by fingerprint via HKP interface

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.
lookup.c