mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-03-22 06:46:37 -04:00

createInvalidatedProfile returned with iterator.end() in some cases. updateInternalData dereferenced the result without checking it first. It overindexed an array, read some memory trash, then wrote it into an another array.