COMPILE_WORK_SIZE 2691 pcre/pcre_compile.cpp     if (code > cd->start_workspace + (COMPILE_WORK_SIZE-10)) /* tierney: added -10, since actual overwriting corrupts the stack Check for overrun */
COMPILE_WORK_SIZE 2740 pcre/pcre_compile.cpp   else if (cd->hwm > cd->start_workspace + (COMPILE_WORK_SIZE-10)) // tierney: added -10, since actual overwriting corrupts the stack 
COMPILE_WORK_SIZE 6135 pcre/pcre_compile.cpp uschar cworkspace[COMPILE_WORK_SIZE];