Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Benoit
minishell
Commits
9dac684d
Commit
9dac684d
authored
Jan 27, 2021
by
abenoit
Browse files
sources for execve exit
parent
a13320af
Changes
1
Hide whitespace changes
Inline
Side-by-side
notes.txt
View file @
9dac684d
arthur:
commande "."
-->Le leaks releve a la sortie d'execve ne serait pas a prendre en compte car l'os reprend la main sur les adresses de la pile du process qu'execve remplace:
https://linuxfr.org/forums/programmation-c--2/posts/free-apres-un-exec
print newline after "^C" for CTRL-C signal ("cat")
same for CTRL-\, after "^\Quit"
...
...
@@ -8,8 +14,6 @@ echo > $unknown_var ; ls (redir ambigue mais il fait quand meme ls)
create file when redirecting output without doing anything ("> a")
commande "."
compare with bash: "cat | exit"
"cat |"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment