Actions
Feature #356
closedAllow arrays with more than 254 elements in delta protocol
Start date:
03/24/2024
Due date:
% Done:
0%
Estimated time:
Description
Required for #355.
Delta protocol currently stores index in the arrays as 8bit value, making arrays with more than 254 elements illegal (there's an assert guarding that)
Files
Updated by Marko Lindqvist 10 months ago
- File 0048-Delta-protocol-Make-array-index-16bit-value.patch 0048-Delta-protocol-Make-array-index-16bit-value.patch added
- Status changed from New to In Review
- Assignee set to Marko Lindqvist
Updated by Marko Lindqvist 10 months ago
- Status changed from In Review to Closed
Actions