gerrit/gerrit-gpg
Dave Borowitz 948089a15c GerritPublicKeyChecker: Fix possible null dereference
PGPPublicKey#getSignaturesForID(String) may return null if the user ID
is not present in the key. This shouldn't happen since we're iterating
over present IDs, but it's easy enough to detect and use the empty
iterator instead.

Coverity-CID: 107364
Change-Id: Ic321ea77650bbe2f1698d2a576a44b6e72bc9299
2015-09-03 11:10:26 -04:00
..
src GerritPublicKeyChecker: Fix possible null dereference 2015-09-03 11:10:26 -04:00
BUCK Move most GPG-related code to a gerrit-gpg module 2015-08-28 14:13:13 -04:00