serenity/Userland/Shell
Andreas Kling 47420e72b8 Shell: Fix a TOCTOU in popd by simplifying it
This builtin was doing a lot of redundant work, including doing a stat()
followed by a chdir(), when just a chdir() would suffice.

SonarCloud: https://sonarcloud.io/project/issues?id=SerenityOS_serenity&issues=AXuVPAHNk92xXUF3qTNb&open=AXuVPAHNk92xXUF3qTNb
2021-08-30 18:35:36 +02:00
..
Tests
AST.cpp Shell: Don't do null check on NonnullRefPtr<T> 2021-06-29 22:57:52 +04:30
AST.h Shell: Improve the parsing of history event designators 2021-08-02 02:58:55 +04:30
Builtin.cpp Shell: Fix a TOCTOU in popd by simplifying it 2021-08-30 18:35:36 +02:00
CMakeLists.txt
Execution.h
Formatter.cpp
Formatter.h
Forward.h
ImmediateFunctions.cpp
Job.cpp
Job.h
main.cpp Shell: Remove dbgln related to process group IDs 2021-08-12 22:42:50 +02:00
NodeVisitor.cpp
NodeVisitor.h
Parser.cpp AK: Move FormatParser definition from header to implementation file 2021-08-19 23:49:25 +02:00
Parser.h Shell: Make caller specify the string parsing end condition 2021-08-13 01:20:35 +04:30
Shell.cpp AK: Move FormatParser definition from header to implementation file 2021-08-19 23:49:25 +02:00
Shell.h Shell: Add unalias builtin 2021-07-13 11:57:11 +04:30
SyntaxHighlighter.cpp
SyntaxHighlighter.h