live-bootstrap/sysa/tcc-0.9.27/simple-patches/check-reloc-null.after

7 lines
158 B
Plaintext

static void fill_local_got_entries(TCCState *s1)
{
ElfW_Rel *rel;
if (!s1->got->reloc)
return;
for_each_elem(s1->got->reloc, 0, rel, ElfW_Rel) {