diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2020-03-02 04:22:38 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2020-03-02 04:22:38 +0000 |
| commit | fdafb99d81ae0ee65863ba6c419c50b7a39d5b51 (patch) | |
| tree | ce57dffa367607789c83f6b94c776aca22729543 /usr.bin/elfctl | |
| parent | 072afcdffca7de7416bf71f82a9b5bcc869afad2 (diff) | |
Notes
Diffstat (limited to 'usr.bin/elfctl')
| -rw-r--r-- | usr.bin/elfctl/elfctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/elfctl/elfctl.c b/usr.bin/elfctl/elfctl.c index 1eaa0fb861812..abc2758b8accf 100644 --- a/usr.bin/elfctl/elfctl.c +++ b/usr.bin/elfctl/elfctl.c @@ -92,6 +92,7 @@ main(int argc, char **argv) lflag = 0; editfeatures = 0; retval = 0; + features = NULL; if (elf_version(EV_CURRENT) == EV_NONE) errx(EXIT_FAILURE, "elf_version error"); |
