Branch: Tag:

2017-11-01

2017-11-01 11:16:18 by Arne Goedeke <el@laramies.com>

Interpreter: set 'pc' to zero

The tracing code is using this to decide if we are currently calling a
pike function or not.

1982:    res->flags=0;    res->next=0;    res->scope=0; +  res->pc = NULL;       DO_IF_SECURITY(    if(CURRENT_CREDS) {