Bug fix: iso_write_opts_set_system_area() with system area types
1=MIPS Big Endian and 2=MIPS Little Endian caused SIGSEGV.
This commit is contained in:
parent
6d5e68fd01
commit
4eb2a7199c
@ -1398,7 +1398,7 @@ static
|
|||||||
void *write_function(void *arg)
|
void *write_function(void *arg)
|
||||||
{
|
{
|
||||||
int res, first_partition = 1, last_partition = 0, sa_type;
|
int res, first_partition = 1, last_partition = 0, sa_type;
|
||||||
size_t i;
|
int i;
|
||||||
IsoImageWriter *writer;
|
IsoImageWriter *writer;
|
||||||
|
|
||||||
Ecma119Image *target = (Ecma119Image*)arg;
|
Ecma119Image *target = (Ecma119Image*)arg;
|
||||||
|
Loading…
Reference in New Issue
Block a user