Files
MuditaOS/test/pytest
Marek Niepieklo 9dc5ba911b [CP-187] Fix stack overflow on passcode decoding
When passcode is passed as json string, each of digits needs to be
parsed as separate character with std::atoi. Replaced the string
with json array of integers to simplify decoding and avoid SO.
2021-06-11 11:55:47 +02:00
..