3lsy / minishell

Simple shell in C
2 stars 0 forks source link

parent_exec -> Invalid read of size #18

Closed bfiguet closed 1 year ago

bfiguet commented 1 year ago

ex ls | ls Invalid read of size 4 ==27074== at 0x10A91A: parent_exec ==27074== by 0x10AB0C: ft_evaluator ==27074== by 0x1093FD: main ==27074== Address 0x10c1d088 is 0 bytes after a block of size 8 alloc'd ==27074== at 0x895F899: malloc ==27074== by 0x10E45C: ft_calloc ==27074== by 0x10AABA: ft_evaluator

bfiguet commented 1 year ago

no problm for ls|ls

3lsy commented 1 year ago

Done