diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2018-02-12 09:20:59 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2018-02-12 09:22:47 +0100 |
commit | 0c4f00c6198246a2fe543cabdc3da3629a835cbe (patch) | |
tree | 018bd5f0ab3fe6d2ffb00a51454a352694e5da9a /TODO | |
parent | c4aaf8e9d3763985bad2025dc88cd80e6b26af80 (diff) | |
download | libnitrokey-0c4f00c6198246a2fe543cabdc3da3629a835cbe.tar.gz libnitrokey-0c4f00c6198246a2fe543cabdc3da3629a835cbe.tar.bz2 |
Use strnlen to determine string length
strnlen stops scanning after reaching big_string_size and returns last position
in the searched string.
If a string terminator is not found then the big_string_size is returned hence
the modification of the later size-checking condition.
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'TODO')
0 files changed, 0 insertions, 0 deletions