Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Incomplete
-
None
-
None
Description
CS prefers to fork shell commands rather than using system calls. A good example of this is postConfigure which uses rm -rf and mkdir in ways that may be unsafe, as well as process_monitor which uses pkill in VERY unsafe ways.