Remove BUG() in Windows process read callback.

This BUG() was added when the code was written to see if this callback
was ever executed after we marked the handle as EOF. It turns out, it
does, but we handle it gracefully. We can therefore remove the BUG().

Fixes tpo/core/tor#40596.
This commit is contained in:
Alexander Færøy
2022-11-01 10:45:17 +01:00
parent c733ccda99
commit 75d12dffe7
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (pluggable transports, windows):
- Remove a warning `BUG()` that could occur when attempting to execute a
non-existing pluggable transport on Windows. Fixes bug 40596; bugfix on
0.4.0.1-alpha.