Actions
Bug #459
closedgenerate_packets.py: correctly handle JSON field address in nested arrays
Start date:
04/15/2024
Due date:
% Done:
0%
Estimated time:
Description
Generated code doesn't currently go multiple levels of >sub_location> deep. This will break the JSON protocol if actual two-(or-more-)dimensional arrays (not just arrays of strings) are ever used.
Files
Updated by Alina Lenk 7 months ago
- File 0002-generate_packets.py-correctly-handle-JSON-sub-locati.patch 0002-generate_packets.py-correctly-handle-JSON-sub-locati.patch added
- Status changed from New to In Review
- Assignee set to Alina Lenk
- Target version set to 3.3.0
Does not affect the network protocol since there are no multi-dimensional arrays currently (and if it did, the previous version would've been broken).
Actions