0eec70b9dbd0a50a24fe173a68fd9ab72857e08d
A user reported a segfault which was due to a broken request. How it got broken I have no idea but it was effectively empty.
It had everything as defaults: 0, -1, UNSPECIFIED or not present at all.
So when trying to analyze the request it did a NULL compare.
https://pagure.io/certmonger/issue/191
rebased onto 0eec70b9dbd0a50a24fe173a68fd9ab72857e08d
Pull-Request has been merged by rcritten
A user reported a segfault which was due to a broken request.
How it got broken I have no idea but it was effectively empty.
It had everything as defaults: 0, -1, UNSPECIFIED or not
present at all.
So when trying to analyze the request it did a NULL compare.
https://pagure.io/certmonger/issue/191