Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:obsgeek0:repos:ALP
pesign
pesign-fix-efikeygen-segfault.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pesign-fix-efikeygen-segfault.patch of Package pesign
From 227435af461f38fc4abeafe02884675ad4b1feb4 Mon Sep 17 00:00:00 2001 From: Nicolas Frayer <nfrayer@redhat.com> Date: Mon, 20 Feb 2023 15:26:20 +0100 Subject: [PATCH] cms_common: Fixed Segmentation fault When running efikeygen, the binary crashes with a segfault due to dereferencing a **ptr instead of a *ptr. Signed-off-by: Nicolas Frayer <nfrayer@redhat.com> --- src/cms_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cms_common.c b/src/cms_common.c index 44e5cca..4f4707b 100644 --- a/src/cms_common.c +++ b/src/cms_common.c @@ -957,7 +957,7 @@ find_certificate_by_issuer_and_sn(cms_context *cms, if (!ias) cnreterr(-1, cms, "invalid issuer and serial number"); - return find_certificate_by_callback(cms, match_issuer_and_serial, &ias, cert); + return find_certificate_by_callback(cms, match_issuer_and_serial, ias, cert); } int -- 2.35.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor