[
https://issues.apache.org/jira/browse/IGNITE-17006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Chugunov updated IGNITE-17006:
-------------------------------------
Fix Version/s: 3.0.0-alpha6
(was: 3.0.0-alpha5)
> Add protection against arbitrary page memory links in LinkRowId
> ---------------------------------------------------------------
>
> Key: IGNITE-17006
> URL: https://issues.apache.org/jira/browse/IGNITE-17006
> Project: Ignite
> Issue Type: Improvement
> Components: persistence
> Reporter: Roman Puchkovskiy
> Assignee: Roman Puchkovskiy
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0.0-alpha6
>
>
> It's theoretically possible to pass an arbitrary page memory link (via
> LinkRowId) which might cause troubles:
> # If pageId exceeds page memory limit, the JVM might crash
> # If the page with this pageId was never initialized, an attempt to read
> will fail with an internal assertion (because lock state will be 0)
> A possibility for item ID to be invalid is already handled.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)