Actually need to handle these as errors, but let's just be safe.
This commit is contained in:
parent
e9e23feb66
commit
c67d054526
@ -639,11 +639,11 @@ static int shell_mod(fs_node_t * tty, int argc, char * argv[]) {
|
||||
}
|
||||
|
||||
|
||||
char * shstrtab;
|
||||
char * symstrtab;
|
||||
Elf32_Shdr * sym_shdr;
|
||||
char * shstrtab = NULL;
|
||||
char * symstrtab = NULL;
|
||||
Elf32_Shdr * sym_shdr = NULL;
|
||||
void * section = NULL;
|
||||
Elf32_Rel * section_rel;
|
||||
Elf32_Rel * section_rel = NULL;
|
||||
|
||||
fs_printf(tty, "Locating header string table...");
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user