mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
Fix build.
This commit is contained in:
parent
9fc5c47fa5
commit
072d210fa1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287454
@ -1052,7 +1052,7 @@ doshn(struct magic_set *ms, int clazz, int swap, int fd, off_t off, int num,
|
||||
/* Things we can determine when we seek */
|
||||
switch (xsh_type) {
|
||||
case SHT_NOTE:
|
||||
if (xsh_size + xsh_offset > (uintmax_t)fsize) {
|
||||
if (xsh_size + (uintmax_t)xsh_offset > (uintmax_t)fsize) {
|
||||
if (file_printf(ms,
|
||||
", note offset/size 0x%jx+0x%jx exceeds"
|
||||
" file size 0x%jx", (uintmax_t)xsh_offset,
|
||||
|
Loading…
Reference in New Issue
Block a user