[openssl/openssl] dad6ff: Use an int for the return value of i2a_ASN1_OBJECT
"'Bob Beck' via openssl-commits" <[email protected]>
| Newsgroups | gmane.comp.encryption.openssl.cvs |
|---|---|
| Message-ID | <openssl/openssl/push/refs/heads/master/[email protected]> |
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: dad6ff265ab7923e7d59341507ef9db627a97008
https://github.com/openssl/openssl/commit/dad6ff265ab7923e7d59341507ef9db627a97008
Author: Bob Beck <[email protected]>
Date: 2026-08-14 (Fri, 14 Aug 2026)
Changed paths:
M apps/ca.c
Log Message:
-----------
Use an int for the return value of i2a_ASN1_OBJECT
And as a result in this loop. I changed this to a size_t
which was needed where the variable was used later on and
missed this case at the start.
While harmless, coverity notices. so let's do it right
Reviewed-by: Neil Horman <[email protected]>
Reviewed-by: Andrew Dinh <[email protected]>
Merge-date: Fri Aug 14 06:29:29 2026
Merged-from: https://github.com/openssl/openssl/pull/32310
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
--
You received this message because you are subscribed to the Google Groups "openssl-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/a/openssl.org/d/msgid/openssl-commits/openssl/openssl/push/refs/heads/master/05103e-dad6ff%40github.com.