Commit 03d3887
committed
[Async Refactoring] Convert data structure storing continuation resume args to std::vector
The `std::vector` keeps its elements alive. Currently, we might be accessing uninitalized memory if the call of `callArgs(CE)` (which owns its elements in case there is a single element) goes out of scope before `Args`.1 parent c3e9676 commit 03d3887
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6634 | 6634 | | |
6635 | 6635 | | |
6636 | 6636 | | |
6637 | | - | |
| 6637 | + | |
6638 | 6638 | | |
6639 | 6639 | | |
6640 | 6640 | | |
| |||
0 commit comments