summaryrefslogtreecommitdiffstats
path: root/scripts/bitbake-whatchanged
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2014-06-20 14:06:30 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-24 19:53:02 +0100
commit41bd9dbf6f3e0add6a9e2cb20cfcbff44d785ea4 (patch)
treedfa524eac671be18f4c19bd3908736e7abb5800d /scripts/bitbake-whatchanged
parent15dbdfc6a7e3f03862d9c670ffd2ae8f4d9d8b69 (diff)
downloadopenembedded-core-41bd9dbf6f3e0add6a9e2cb20cfcbff44d785ea4.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. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/bitbake-whatchanged')
0 files changed, 0 insertions, 0 deletions