[Freeciv-Dev] [patch #1599] Scripting: Limit execution time

2010-04-10 Thread Ulrik Sverdrup
Update of patch #1599 (project freeciv): Status: Ready For Test = Done Open/Closed:Open = Closed ___ Reply to this item at:

[Freeciv-Dev] [patch #1599] Scripting: Limit execution time

2010-04-07 Thread Ulrik Sverdrup
URL: http://gna.org/patch/?1599 Summary: Scripting: Limit execution time Project: Freeciv Submitted by: englabenny Submitted on: torsdag 2010-04-08 den 00:53 Category: general Priority: 5 - Normal

[Freeciv-Dev] [patch #1599] Scripting: Limit execution time

2010-04-07 Thread Ulrik Sverdrup
Follow-up Comment #1, patch #1599 (project freeciv): I forgot this remark: This is not a security feature. It is reportedly possible to construct infinite loops using C library calls, and those won't be caugth (the instructions counter does not advance).