This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug dynamic-link/20105] bad version variable in elf_dynamic_do_Rel() elf/do-rel.h (2.23) causes coredump in dl-machine.h elf_machine_rela()


https://sourceware.org/bugzilla/show_bug.cgi?id=20105

--- Comment #1 from Jason Vas Dias <jason.vas.dias at gmail dot com> ---
Created attachment 9263
  --> https://sourceware.org/bugzilla/attachment.cgi?id=9263&action=edit
patch to elf/do-rel.h that seems to fix the problem

patch to elf/do-rel.h only that checks if map->l_versions is NULL before
accessing it as a versions vector (taking address of map->l_versions[ndx]).

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]