mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 23:23:04 +01:00
Fixed AV
This commit is contained in:
parent
36876c4c5e
commit
773ed9d5af
@ -5009,7 +5009,8 @@ static void into( gpre_req* request, GPRE_NOD field_list, GPRE_NOD var_list)
|
|||||||
|| ((*fld_ptr)->nod_type == nod_array))
|
|| ((*fld_ptr)->nod_type == nod_array))
|
||||||
{
|
{
|
||||||
field_ref = (REF) (*fld_ptr)->nod_arg[0];
|
field_ref = (REF) (*fld_ptr)->nod_arg[0];
|
||||||
slice_req = (gpre_req*) (*fld_ptr)->nod_arg[2];
|
if ((*fld_ptr)->nod_count > 2)
|
||||||
|
slice_req = (gpre_req*) (*fld_ptr)->nod_arg[2];
|
||||||
}
|
}
|
||||||
|
|
||||||
REF reference = NULL;
|
REF reference = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user