Merge branch 'bug32673_035'

This commit is contained in:
Nick Mathewson
2020-01-30 09:58:23 -05:00
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor bugfixes (TLS bug handling):
- When encountering a bug in buf_read_freom_tls(), return a
"MISC" error code rather than "WANTWRITE". This change might
help avoid some CPU-wasting loops if the bug is ever triggered.
Bug reported by opara. Fixes bug 32673; bugfix on 0.3.0.4-alpha.