We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b37e4f9 commit 5821f4aCopy full SHA for 5821f4a
cibw-ompi-wrapper.c
@@ -19,7 +19,7 @@
19
20
int main(int argc, char *argv[]) {
21
22
- char exe[PATH_MAX+32];
+ char exe[PATH_MAX+32] = {0};
23
char path[PATH_MAX+32];
24
char prefix[PATH_MAX+32];
25
0 commit comments