moop250 / minishell

1 stars 0 forks source link

Pipes not being cleared correctly #9

Open moop250 opened 1 week ago

moop250 commented 1 week ago

no clue why its happening, that is a problem for future (tomorrow) me

Sukori commented 1 week ago

Probably because in case of failed pipe or interruption, the ms_error handler does not close all fd's. I didn't explicitly make that better than hard coded.