Skip to content

Fix segfault on wrong nssdir

If SignatureHandler was used with a custom DB directory, but that directory didn't exist or contained no valid DB, NSS crashed on subsequent calls.

We can prevent crashes by calling NSS_NoDB_Init (as it's already done in the default-DB case).

Fixes #1331 (closed).

Merge request reports