diff options
author | Kai Kang <kai.kang@windriver.com> | 2014-06-20 14:06:30 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-24 19:54:12 +0100 |
commit | 3c7b5ec1cae6186a64e0be2c05b64b05add08c97 (patch) | |
tree | c202d0e5b91becc2e8c79467be98420e51a4340e /meta/recipes-devtools/dpkg | |
parent | cc480eafe576aa6c56a58f6ef71bf8be705aa8b1 (diff) | |
download | poky-3c7b5ec1cae6186a64e0be2c05b64b05add08c97.tar.gz |
syslinux: fix isohybird overflows on 32 bit system
When call isohybrid with option '-u', it overflows on a 32 bits host. It
seeks to 512 bytes before the end of the image to install gpt header. If
the size of image is larger than LONG_MAX, it overflows fseek() and
cause error:
isohybrid: wrlinux-image-x86-64-20140505110100.iso: seek error - 8: Invalid argument
Replace fseek with fseeko to fix this issue.
(From OE-Core rev: 41bd9dbf6f3e0add6a9e2cb20cfcbff44d785ea4)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/dpkg')
0 files changed, 0 insertions, 0 deletions