this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Don't Forget To Initalize "cprm.input_header"

Thomas A 7e4c0fd8 eda3a043

+1 -1
+1 -1
src/hosttools/src/coredump/main.c
··· 234 234 } 235 235 236 236 if (cprm.universal_header->e_machine == EM_X86_64) { 237 - 237 + cprm.input_header.elf64 = cprm.input_corefile_mapping; 238 238 } else { 239 239 fprintf(stderr, "Unexpected e_machine (%d) detected, aborting.\n", cprm.universal_header->e_machine); 240 240 return 1;