You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Stanislav Lukyanov (Jira)" <ji...@apache.org> on 2022/10/31 12:37:00 UTC

[jira] [Updated] (IGNITE-17006) Add protection against arbitrary page memory links in LinkRowId

     [ 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)