Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix function parameters with common dependency modified during their …
…evaluation (#16620) This fixes an issue in JNI C++ code. In particular, during a function call, the two passing parameters are evaluated using an index value, but that index is modified during evaluating one of the parameters, leading to out-of-bound access when evaluating the other. Authors: - Nghia Truong (https://github.com/ttnghia) Approvers: - Jason Lowe (https://github.com/jlowe) URL: #16620
- Loading branch information