#230 Reject a certificate with an empty NSS nickname
Merged by rcritten. Opened by rcritten.
rcritten/certmonger bz1995681  into  master

It technically wasn't NULL initially, it was "", so wasn't being
caught in the NULL check. The value stored was "" which was treated
as NULL when re-read so the request would eventually lead to a
SEGFAULT by doing a strcmp.

https://bugzilla.redhat.com/show_bug.cgi?id=1995681

Signed-off-by: Rob Crittenden rcritten@redhat.com

Pull-Request has been merged by rcritten

Metadata