[ create a new paste ] login | about

Link: http://codepad.org/mzAgmvZZ    [ raw code | output | fork | 1 comment ]

D, pasted on Mar 27:
1
2
3
4
5
import std.process;
int main()
{
    return system("pwd;ls -l ..");
}


Output:
1
Disallowed system call: SYS_fork


Create a new paste based on this one


Comments:
posted by gwrede on Mar 27
The output is is good, the system seems protected.
reply