projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b401bf7
)
scripts: sortextable: fix relocs_size initialization
author
Stricted
<info@stricted.net>
Fri, 16 Mar 2018 11:43:09 +0000
(12:43 +0100)
committer
Stricted
<info@stricted.net>
Mon, 19 Mar 2018 16:45:42 +0000
(17:45 +0100)
scripts/sortextable.h
patch
|
blob
|
blame
|
history
diff --git
a/scripts/sortextable.h
b/scripts/sortextable.h
index f5eb43d429267f5bfeeaf0c27eab24e2e07f0f84..3f064799a8c313af1000b096a04a2ff465ac152d 100644
(file)
--- a/
scripts/sortextable.h
+++ b/
scripts/sortextable.h
@@
-101,7
+101,7
@@
do_func(Elf_Ehdr *ehdr, char const *const fname, table_sort_t custom_sort)
Elf_Sym *sort_needed_sym;
Elf_Shdr *sort_needed_sec;
Elf_Rel *relocs = NULL;
- int relocs_size;
+ int relocs_size
= 0
;
uint32_t *sort_done_location;
const char *secstrtab;
const char *strtab;