diff options
Diffstat (limited to 'src/elflint.c')
| -rw-r--r-- | src/elflint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elflint.c b/src/elflint.c index 35b40500..1ce75684 100644 --- a/src/elflint.c +++ b/src/elflint.c @@ -3705,7 +3705,7 @@ check_sections (Ebl *ebl, GElf_Ehdr *ehdr) return; /* Allocate array to count references in section groups. */ - scnref = (int *) xcalloc (shnum, sizeof (int)); + scnref = xcalloc (shnum, sizeof (int)); /* Check the zeroth section first. It must not have any contents and the section header must contain nonzero value at most in the |
