Message134362
If you would like to reproduce sandbox bug:
gcc sandbox_exec_bug.c -o sandbox_exec_bug
gcc -static static.c -o static
sandbox ./sandbox_exec_bug
The bug doesn't occur if static.c is not compiled with -static.
Note: I don't know if "sandbox ./sandbox_exec_bug" is the right command to run ./sandbox_exec_bug in the sandbox, I used directly LD_PRELOAD. |
|
Date |
User |
Action |
Args |
2011-04-25 01:09:59 | vstinner | set | recipients:
+ vstinner, pitrou, vapier, Arfrever, jonash, python-dev |
2011-04-25 01:09:59 | vstinner | set | messageid: <1303693799.89.0.823991089847.issue11915@psf.upfronthosting.co.za> |
2011-04-25 01:09:59 | vstinner | link | issue11915 messages |
2011-04-25 01:09:59 | vstinner | create | |
|