-
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.
Nat Goodspeed authoredPrevious 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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.