Files
poky/meta/recipes-devtools
Kai Kang 3c7b5ec1ca 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>
2014-06-24 19:54:12 +01:00
..
2014-03-02 17:25:28 +00:00
2014-06-06 10:24:07 +01:00
2014-05-21 19:50:21 +01:00
2014-05-13 19:32:06 +01:00
2014-01-02 12:50:24 +00:00
2014-04-24 17:55:14 +01:00
2014-02-21 16:09:08 +00:00
2014-04-30 16:39:08 +01:00
2014-04-25 17:19:19 +01:00
2014-06-01 14:29:30 +01:00
2014-05-13 19:32:06 +01:00
2014-05-28 08:19:31 +01:00
2014-06-14 08:43:56 +01:00
2014-05-21 09:09:01 +01:00
2014-04-24 17:55:15 +01:00
2014-05-08 13:00:33 +01:00
2014-04-10 17:35:15 +01:00
2014-04-25 17:19:20 +01:00
2013-08-13 23:05:58 +01:00