提交 e98a5464 编写于 作者: R Rich Felker

fix integer overflow in elf.h macro SHF_EXCLUDE

上级 58fa8569
......@@ -319,7 +319,7 @@ typedef struct {
#define SHF_MASKOS 0x0ff00000
#define SHF_MASKPROC 0xf0000000
#define SHF_ORDERED (1 << 30)
#define SHF_EXCLUDE (1 << 31)
#define SHF_EXCLUDE (1U << 31)
#define GRP_COMDAT 0x1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册