in reply to Re^6: Untaint a string match, regular expression.
in thread Untaint a string match, regular expression.

Taking up huge ammounts of memory. Taking longer than time its self to complete.

That is easy, let parent monitor child process, kill it if it breaches time/memory limits.... use OS specific process controls where available (ulimit -a and what not)

  • Comment on Re^7: Untaint a string match, regular expression.