JSC-electronics / Adeon

C++ library for processing commands from Adeon android mobile app.
Apache License 2.0
0 stars 0 forks source link

Adeon crashes during hash validation #11

Closed vzahradnik closed 3 years ago

vzahradnik commented 3 years ago

Adeon tries to access invalid memory during hash validation. PR #10 disables the code, and verifies only that the message hash has correct length. At least it works.

@Robert-Faltus please take a look at it.

vzahradnik commented 3 years ago

Fixed in #14 .