[openssl/openssl] 2dab2a: Fix BIO_write on file BIOs to report partial writes.
"'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: 2dab2a53c9234d9da3108fe4334d5e42bab9ed1d
https://github.com/openssl/openssl/commit/2dab2a53c9234d9da3108fe4334d5e42bab9ed1d
Author: Bob Beck <[email protected]>
Date: 2026-06-15 (Mon, 15 Jun 2026)
Changed paths:
M crypto/bio/bss_file.c
M test/bio_eof_test.c
Log Message:
-----------
Fix BIO_write on file BIOs to report partial writes.
This makes it have the same behaviour as it does on all other
BIOs.
Due to a longstanding workaround that should no longer be needed
a partial write of the data (before a write error or end of file)
was reported as no data being written out.
Fixes: https://github.com/openssl/openssl/issues/31355
Reviewed-by: Neil Horman <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
MergeDate: Mon Jun 15 14:42:25 2026
(Merged from https://github.com/openssl/openssl/pull/31434)
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/8776ba-2dab2a%40github.com.