Commit db77e18
authored
[asan] Fix argv array for PyROOT applications (#22768)
* [asan] Fix argv array for PyROOT applications
pick these changes from #22746:
- The argv array for PyROOT applications was one element too small
This fixes 20 failing pyunittests on Windows. Thanks @hageboeck!
* clang-format1 parent 6d55820 commit db77e18
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
60 | | - | |
| 61 | + | |
| 62 | + | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
| |||
0 commit comments