Alicia-bites / minishell

This project is about creating a simple shell.
1 stars 0 forks source link

echo hey| cat -e #48

Closed Alicia-bites closed 2 years ago

Alicia-bites commented 2 years ago

MINISHELL

When doing...

echo hey| cat -e

we can leaks in hd_create_file + syscall erro (uninitialized values)

EXPECTED

no leaks, no syscall errors.