Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix project-chip#26115: Setup discriminator parameter corruption
The setup discriminator parameter is being passed by reference, but by the time the block is run by dispatch, that reference points to stack contents that have been changed. Making a local copy of the discriminator fixes the problem.
- Loading branch information