Default memory segment executable flag to false in ATDF -> TDF conversion service
This commit is contained in:
@@ -558,7 +558,7 @@ class AtdfService
|
|||||||
$this->stringService->tryStringToInt($attributes['pagesize'] ?? null),
|
$this->stringService->tryStringToInt($attributes['pagesize'] ?? null),
|
||||||
$attributes['rw'] ?? null,
|
$attributes['rw'] ?? null,
|
||||||
[],
|
[],
|
||||||
isset($attributes['exec']) ? (bool) $attributes['exec'] : null
|
isset($attributes['exec']) && $attributes['exec']
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user