[llvm-bugs] [Bug 41524] New: struct COFF::header::NumberOfSections wrong data type
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Apr 17 04:08:05 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=41524
Bug ID: 41524
Summary: struct COFF::header::NumberOfSections wrong data type
Product: libraries
Version: trunk
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Support Libraries
Assignee: unassignedbugs at nondot.org
Reporter: silver.popov at gmail.com
CC: llvm-bugs at lists.llvm.org
File "llvm/BinaryFormat/COFF.h":
struct header {
uint16_t Machine;
int32_t NumberOfSections; // uint16_t must be there
uint32_t TimeDateStamp;
uint32_t PointerToSymbolTable;
uint32_t NumberOfSymbols;
uint16_t SizeOfOptionalHeader;
uint16_t Characteristics;
};
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190417/b30d4e03/attachment.html>
More information about the llvm-bugs
mailing list