thoughtbot / terrapin

Run shell commands safely, even with user-supplied values
Other
244 stars 20 forks source link

there is still a deadlock when there is stderr output that fills the buffer #29

Open stuzart opened 5 months ago

stuzart commented 5 months ago

if there is stderr output, even if the command successfully runs with exit code 0, the process hangs.

apparently and old issue, which was fixed with https://github.com/thoughtbot/terrapin/pull/5 - but this was merged to master rather than main so wasn't included in the latest releases