1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/ext
ndossche f92d54b6b5 openssl: Fix missing error propagation for BIO_printf() calls
Since these go through a file, this can fail.
For some of these, the error is already checked but not propagated to
userland, causing a "true" return value but an incomplete file.
For others, the error is not checked and can also lead to an incomplete
file.
Solve this by always propagating failure, especially as the other write
calls are already checked for failure.

Closes GH-21360.
2026-03-21 10:35:34 +01:00
..
2026-02-28 14:57:41 +01:00
2025-10-15 19:39:12 +02:00
2026-02-17 23:15:55 +01:00
2026-03-02 18:17:14 +00:00
2026-02-27 15:05:14 +01:00
2025-10-15 20:24:22 +02:00
2025-02-17 10:27:33 +03:00
2025-12-03 20:22:38 +00:00
2024-11-27 19:54:23 +00:00
2025-07-22 15:52:29 +02:00
2025-12-22 12:12:42 +01:00
2026-02-27 15:05:14 +01:00
2025-06-09 11:25:41 +02:00
2026-03-02 18:51:29 +01:00
2025-12-16 15:35:25 +01:00
2025-12-22 12:54:36 +00:00
2026-02-27 15:05:14 +01:00
2026-02-27 15:05:14 +01:00
2025-12-28 00:21:56 +01:00