https://sourceware.org/bugzilla/show_bug.cgi?id=26023
Bug ID: 26023 Summary: Null pointer dereferencing in gc_process_relocs Product: binutils Version: 2.34 Status: UNCONFIRMED Severity: normal Priority: P2 Component: gold Assignee: ccoutant at gmail dot com Reporter: zeccav at gmail dot com CC: ian at airs dot com Target Milestone: --- While running the make check procedure a null pointer is referenced in gold/gc.h line 218 check_section_for_function_pointers = symtab->icf()->check_section_for_function_pointers(src_section_name, target); You may reproduce it by prepending the following gold_assert(symtab); gold_assert(symtab->icf()); /* internal error here */ This is running plugin_test_5, gc_comdat_test, gc_tls_test, gc_orphan_section_test, pr14265, pr20717, gc_dynamic_list_test, file_in_many_sections. -- You are receiving this mail because: You are on the CC list for the bug.