Remove `BUG()` in Windows process read callback.
commit75d12dffe707d6861485092e0a87db6384a87252
authorAlexander Færøy <ahf@torproject.org>
Tue, 1 Nov 2022 09:45:17 +0000 (1 10:45 +0100)
committerAlexander Færøy <ahf@torproject.org>
Tue, 1 Nov 2022 10:11:20 +0000 (1 11:11 +0100)
tree5d93ed540c04528f3e54a906f50639d18771f45e
parentc733ccda996238d28c8068e7c9e7af95f5573547
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.
changes/ticket40596 [new file with mode: 0644]
src/lib/process/process_win32.c