Skip to content

Ensure that serialized arrays have 0 offset#7103

Open
robert3005 wants to merge 2 commits intodevelopfrom
rk/offsetzero
Open

Ensure that serialized arrays have 0 offset#7103
robert3005 wants to merge 2 commits intodevelopfrom
rk/offsetzero

Conversation

@robert3005
Copy link
Contributor

@robert3005 robert3005 commented Mar 20, 2026

While the writer will always make sure this is the case users of the api can
serialise arrays with arbitrary offsets which then fail to deserialise

fix #7094

Signed-off-by: Robert Kruszewski github@robertk.io

Signed-off-by: Robert Kruszewski <github@robertk.io>
@robert3005 robert3005 added the changelog/fix A bug fix label Mar 20, 2026
Signed-off-by: Robert Kruszewski <github@robertk.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/fix A bug fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SparseArray slices can serialize with non-zero patch offsets, but SparseVTable::build asserts offset == 0

1 participant