[
https://issues.apache.org/jira/browse/IGNITE-17006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stanislav Lukyanov updated IGNITE-17006:
----------------------------------------
Fix Version/s: (was: 3.0.0-beta1)
> 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
>
> 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.10#820010)