Skip to content

Commit

Permalink
fixed warning for gcc 13
Browse files Browse the repository at this point in the history
  • Loading branch information
hariharan-devarajan committed Nov 28, 2023
1 parent 6893637 commit ebc5e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gotcha_auxv.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ struct link_map *get_vdso_from_auxv() {

ElfW(Phdr) *vdso_phdrs = NULL;
ElfW(Half) vdso_phdr_num, p;
ElfW(Addr) vdso_dynamic;
ElfW(Addr) vdso_dynamic = 0;

parse_auxv_contents();
if (vdso_ehdr) {
Expand Down

0 comments on commit ebc5e85

Please sign in to comment.