Skip to content
Snippets Groups Projects
user avatar
Nat Goodspeed authored
Previous logic was vulnerable to the case in which both pipes reached EOF in
the same loop iteration. Now we use std::list instead of std::vector, allowing
us to iterate and delete with a single pass.
cf7c6f93
History