Commit b70eec8
tls_legacy: do not read on OpenSSL's stack
Do not attempt to read data from the socket whilst on OpenSSL's stack,
weird things may happen, and this is most likely going to result in some
kind of error.
PR-URL: #4624
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 3912b5c commit b70eec8Copy full SHA for b70eec8
File tree
Expand file treeCollapse file tree
1 file changed
+8
-6
lines changedOpen diff view settings
Filter options
- lib
Expand file treeCollapse file tree
1 file changed
+8
-6
lines changedOpen diff view settings
Collapse file
+8-6Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
614 | 614 | |
615 | 615 | |
616 | 616 | |
617 | | - |
618 | | - |
| 617 | + |
| 618 | + |
| 619 | + |
619 | 620 | |
620 | | - |
621 | | - |
622 | | - |
623 | | - |
| 621 | + |
| 622 | + |
| 623 | + |
| 624 | + |
| 625 | + |
624 | 626 | |
625 | 627 | |
626 | 628 | |
|
0 commit comments