Using the attached example.key, we see a bug when doing --fingerprint with the
tofu database is present and "--tofu-default-policy ask":
export GNUPGHOME=$(mktemp -d)
gpg --import < example.key
gpg --trust-model tofu+pgp --tofu-default-policy ask --fingerprint
results in:
gpg: Ohhhh jeeee: Assertion "conflict_set" in get_trust failed
(../../g10/tofu.c:2787)
Aborted
This is https://bugs.debian.org/854829