[PATCH] D54451: [libObject] Fix getDesc for Elf_Note_Impl

Jake Ehrlich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 12 15:26:18 PST 2018


jakehehrlich created this revision.
jakehehrlich added reviewers: echristo, Bigcheese, jhenderson, rupprecht, alexshap, mcgrathr, phosek.

This change fixes a bug in Elf_Note_Impl in which Elf_Word was used where uint8_t should have been used.


Repository:
  rL LLVM

https://reviews.llvm.org/D54451

Files:
  llvm/include/llvm/Object/ELFTypes.h
  llvm/tools/llvm-readobj/ELFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54451.173773.patch
Type: text/x-patch
Size: 7269 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181112/96ce88a4/attachment.bin>


More information about the llvm-commits mailing list