tillitis / tkey-libs

TKey device libs
GNU General Public License v2.0
4 stars 2 forks source link

Incorrect type of frame_header.len #8

Closed quite closed 1 year ago

quite commented 1 year ago

This ought to be of type size_t and not enum cmdlen: https://github.com/tillitis/tkey-libs/blob/main/include/proto.h#L33

Judging from its decoding https://github.com/tillitis/tkey-libs/blob/main/libcommon/proto.c#L38 And typical use: https://github.com/tillitis/tkey-device-signer/blob/main/signer/main.c#L114