[SCCP] Get a copy of the state of CopyOf once.
This fixes potential reference invalidations, when no lattice value is assigned for CopyOf. As the state of CopyOf won't change while in handleCallResult, we can get a copy once and use that. Should fix PR45749.
Loading
Please sign in to comment