Commit 0a8a641
[ruby/openssl] 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 ruby/openssl@0d8c17aa855d (Reduce
OpenSSL::Buffering#do_write overhead, 2024-12-21).
ruby/openssl@3ff096196a1 parent bbf8735 commit 0a8a641
2 files changed
+9
-5
lines changed| 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