Skip to content

Commit

Permalink
In tclExecute.c call DECACHE_STACK_INFO() before calling TclLindexLis…
Browse files Browse the repository at this point in the history
…t().
  • Loading branch information
pooryorick committed May 12, 2023
1 parent 14d2bc5 commit d6ed36f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generic/tclExecute.c
Expand Up @@ -4698,7 +4698,9 @@ TEBCresume(
Tcl_ResetResult(interp);
}

DECACHE_STACK_INFO();
objResultPtr = TclLindexList(interp, valuePtr, value2Ptr);
CACHE_STACK_INFO();

lindexDone:
if (!objResultPtr) {
Expand Down

0 comments on commit d6ed36f

Please sign in to comment.