Don't segfault in pgpPubkeyFingerprint() if rpmDigest* fails
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 8 Jan 2009 08:38:29 +0000 (10:38 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 8 Jan 2009 08:38:29 +0000 (10:38 +0200)
commit882e8df3d0b0d1f88db7550fcc83b821dc0ba93a
tree303e6d1067ab481c941429dd7c6e517767986e4f
parent4bf615989c2c7519abab043f4a152f594d8b7a69
Don't segfault in pgpPubkeyFingerprint() if rpmDigest* fails
- this can happen if NSS is not properly initialized, such as after
  forking
- partial fix to rhbz#476737 (as in "doesn't crash"), deeper issue is
  that NSS init needs to be done later than we do now
rpmio/rpmpgp.c