You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# AUX-PAST-END: warning: '[[FILE]]': invalid SHT_GNU_verdef section with index 1: version definition 1 refers to an auxiliary entry that goes past the end of the section
10
+
11
+
--- !ELF
12
+
FileHeader:
13
+
Class: ELFCLASS64
14
+
Data: ELFDATA2LSB
15
+
Type: ET_DYN
16
+
Sections:
17
+
- Name: .gnu.version_d
18
+
Type: SHT_GNU_verdef
19
+
Entries:
20
+
- Names:
21
+
- FOO
22
+
ShSize: 21
23
+
DynamicSymbols:
24
+
- Name: foo
25
+
26
+
## Check we report a warning when a version definition is not correctly aligned in memory.
0 commit comments