Commit 49a28d3
Initialize pmix_info_t flags when loading
* Leaving the `flags` variable uninitialized can cause it to take
a value that leads to misbehavior when handling PMIx_Get.
* Detected by running an IBM XL compiler build of PRRTE in which
sometimes the PMIx_Get would turns the value requested and sometimes
not depending on the memory placmeent of the allocated pmix_info_t.
Signed-off-by: Joshua Hursey <[email protected]>1 parent e11fe2a commit 49a28d3
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| 72 | + | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| |||
0 commit comments