Commit 3ff0961
committed
ssl: fix SSLSocket#syswrite with String-convertible objects
Correctly pass the new object assigned by StringValue() to
ossl_ssl_write_internal_safe().
This is a follow-up to commit 0d8c17a (Reduce
OpenSSL::Buffering#do_write overhead, 2024-12-21).1 parent b3de125 commit 3ff0961
2 files changed
Lines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2080 | 2080 | | |
2081 | 2081 | | |
2082 | 2082 | | |
2083 | | - | |
2084 | | - | |
2085 | | - | |
2086 | | - | |
| 2083 | + | |
2087 | 2084 | | |
2088 | 2085 | | |
2089 | | - | |
| 2086 | + | |
2090 | 2087 | | |
| 2088 | + | |
| 2089 | + | |
2091 | 2090 | | |
2092 | 2091 | | |
2093 | 2092 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
273 | 278 | | |
274 | 279 | | |
275 | 280 | | |
| |||
0 commit comments