mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-05 12:09:01 +08:00
Zero-length allocations could result in multiple entries with the same offset in the segment map. This would then break subsequent lookups. Fixed by increasing these allocations to a minimum length of one.