Chenxi Mao 69547bbf03 Fix NSS DB cannot be shutdown if certification cannot be found
In find_certificate_by_callback, function return -1 directly without
free resource if node is null, that will lead to nss shut down failed.

The error message as below:
could not shut down NSS: NSS could not shutdown. Objects are still in use.

To fix this issue, free all resources before function return -1.

References: bsn#381
Signed-off-by: Chenxi Mao <chenxi.mao@suse.com>
2022-12-19 13:11:19 +08:00
2022-11-08 11:08:36 +08:00
2019-12-03 11:21:29 +08:00
2019-12-03 11:21:29 +08:00
2019-12-03 11:21:29 +08:00
2020-05-08 11:30:41 +08:00
Description
No description provided
596 KiB
Languages
Python 100%