Skip to content
Snippets Groups Projects
Commit cf7c6f93 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

Make pipe-management logic more robust.

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.
parent 6ccba881
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment