diff options
author | dim <dim@FreeBSD.org> | 2016-02-22 22:16:32 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2016-02-22 22:16:32 +0000 |
commit | a4f5ccb7fc77161a2e775d9061a797a98826c0a8 (patch) | |
tree | b21e13e526c8321f6c2b95c028ecdb395a2b666c /lib/libsysdecode/sysdecode.3 | |
parent | 4a5681f2fabaf791cc81e242967bd9d090181bb0 (diff) | |
download | FreeBSD-src-a4f5ccb7fc77161a2e775d9061a797a98826c0a8.zip FreeBSD-src-a4f5ccb7fc77161a2e775d9061a797a98826c0a8.tar.gz |
Fix a problem in ld, causing it to sometimes print messages similar to
"invalid string offset 65521 >= 27261 for section `.strtab'". for object
files produced by recent versions of clang.
In BFD's elf_create_symbuf() function, the size of the symbol buffer
('ssymbuf') is not calculated correctly, and the initial value for the
'ssym' variable is off by one, since 'ssymbuf' has shndx_count + 1
members.
MFC after: 1 week
Diffstat (limited to 'lib/libsysdecode/sysdecode.3')
0 files changed, 0 insertions, 0 deletions