[openssl/openssl] e15e48: fuzz/provider.c: check evp##_up_ref return value i...
"'esyr' via openssl-commits" <[email protected]>
| Newsgroups | gmane.comp.encryption.openssl.cvs |
|---|---|
| Message-ID | <openssl/openssl/push/refs/heads/openssl-4.0/[email protected]> |
Branch: refs/heads/openssl-4.0
Home: https://github.com/openssl/openssl
Commit: e15e4852b3d4776b7aeb827ba734f2ac7a0b1ff7
https://github.com/openssl/openssl/commit/e15e4852b3d4776b7aeb827ba734f2ac7a0b1ff7
Author: Eugene Syromiatnikov <[email protected]>
Date: 2026-08-18 (Tue, 18 Aug 2026)
Changed paths:
M fuzz/provider.c
Log Message:
-----------
fuzz/provider.c: check evp##_up_ref return value in collect_##evp
Coverity has reported an unchecked result of an evp##_up_ref call
that is checked elsewhere. Rewrite the collect routine to try to do
the up_ref first, and then call free if push doesn't succeed.
Resolves: https://scan5.scan.coverity.com/#/project-view/65248/10222?selectedIssue=1695451
Resolves: https://scan5.scan.coverity.com/#/project-view/65248/10222?selectedIssue=1695454
Fixes: f3b988dc2951 "Add provider fuzzer"
(cherry picked from commit 862844ddf9f844863b309db47765615940b09cc8)
Reviewed-by: Viktor Dukhovni <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
Merge-date: Tue Aug 18 05:24:16 2026
Merged-from: https://github.com/openssl/openssl/pull/32348
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/openssl-4.0/476166-e15e48%40github.com.