Page MenuHomePhorge

Crypto::decrypt() may throw an exception
Closed, ResolvedPublicBUG

Description

It uses at() to directly access the event json, but the event json may not have the expected props. And this exception is not handled anywhere. This may cause kazv to crash if the server (or in some cases, another client) is not well-behaved.

Revisions and Commits