We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222f222 commit 4ef64dfCopy full SHA for 4ef64df
src/ELF/ELFVersion.jl
@@ -40,6 +40,7 @@ end
40
function ELFVersionData(oh::H) where {H <: ELFHandle}
41
s = findfirst(Sections(oh), ".gnu.version_d")
42
strtab = StrTab(findfirst(Sections(oh), ".dynstr"))
43
+ (isnothing(s) || isnothing(strtab)) && return ELFVersionEntry[]
44
45
# Queue oh up to the beginning of this section
46
seek(oh, section_offset(s))
0 commit comments