[openssl/openssl] bfd655: 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-3.5/[email protected]> |
Branch: refs/heads/openssl-3.5
Home: https://github.com/openssl/openssl
Commit: bfd65553fc6f0e84daf582359417746b1ecca3a1
https://github.com/openssl/openssl/commit/bfd65553fc6f0e84daf582359417746b1ecca3a1
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"
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
(cherry picked from commit e15e4852b3d4776b7aeb827ba734f2ac7a0b1ff7)
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-3.5/f49a4e-bfd655%40github.com.