Skip to content

Commit

Permalink
Merge pull request #20172 from knn-k/fixInitTrace
Browse files Browse the repository at this point in the history
Fix "storing the address of local variable" in trcmain.c
  • Loading branch information
keithc-ca authored Sep 26, 2024
2 parents ec19a27 + bf8ca05 commit d21c52d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/rastrace/trcmain.c
Original file line number Diff line number Diff line change
Expand Up @@ -1053,6 +1053,7 @@ initializeTrace(UtThreadData **thr, void **gbl,
} else {
/* the old utGlobal is still in use */
UT_DBGOUT(1, ("<UT> Error, utGlobal already in use.\n"));
*thr = NULL;
return OMR_ERROR_INTERNAL;
}
}
Expand Down

0 comments on commit d21c52d

Please sign in to comment.