Files
comaps/libs
Henry Sternberg e3abbc712b [routing] Fix crash on 32-bit devices with conditional access
The deserialization of conditional road access data was using
size_t which is 8 bytes on 64-bit (where maps are generated)
but only 4 bytes on 32-bit devices. This caused stream
misalignment and eventual std::length_error when garbage data
was interpreted as a huge vector size.

Fix by using uint64_t to always read 8 bytes, matching what
64-bit build servers write.

Signed-off-by: Henry Sternberg <henry@bluelightmaps.com>
2026-01-09 11:15:38 +01:00
..
2025-11-26 13:19:59 +01:00
2025-10-28 22:11:19 +01:00
2025-12-19 16:26:51 +01:00
2025-11-16 18:27:04 +01:00
2026-01-08 18:21:08 +01:00
2025-10-28 22:11:19 +01:00