gernst / legion-symcc

Fresh implementation of the Legion algorithm on top of SyMCC
Other
0 stars 1 forks source link

Fix I/O deadlock #10

Closed gernst closed 2 years ago

gernst commented 2 years ago

Python is quickly feeding bytes to the input, while the binary writes the test-case to the output, which produces a deadlock if both pipes are full.