Message in shared space is overwritten without any verification that the other soulmate read it.
```sharedSpace[id] = message;````is executed without any previous check of the other soulmate reading the message, this means the other soulmate could accidentaly overwrite a message without noticing.
Medium. This is a problem but it might be the intended functionality.
Manual analysis
Add a check for read messages in the readMessageInSharedSpace()
function.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.