@nwalfield commented on this pull request.


> @@ -1120,6 +1120,12 @@ int pgpPrtParamsSubkeys(const uint8_t *pkts, size_t 
> pktlen,
     return rc;
 }
 
+rpmRC pgpVerifySignature2(pgpDigParams key, pgpDigParams sig, DIGEST_CTX 
hashctx, char **error_msg)
+{
+    *error_msg = NULL;

Fixed.  FWIW, the rpm-sequoia side was actually already correct:

```
    let mut error_msg: Option<&mut _> = check_optional_mut!(error_msg);
    if let Some(error_msg) = error_msg.as_mut() {
        **error_msg = std::ptr::null_mut();
    }
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2453#discussion_r1163416400
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/2453/review/1380205...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to