pyztk/zk
Jos De Graeve 464a609f2c FIX better handle null terminated string input from clock
There is no guarantee about what is after the first null byte
in ordinary C strings.  When string buffers are read, the
current code fails when garbage is sent after the first null byte.

This patch causes everything after the first byte to be discarded.
2017-11-10 12:30:30 +01:00
..
__init__.py pep8 standarization 2016-06-24 19:00:55 +07:00
attendance.py pep8 standarization 2016-06-24 19:00:55 +07:00
base.py FIX better handle null terminated string input from clock 2017-11-10 12:30:30 +01:00
const.py update constant variable 2016-07-04 13:55:29 +07:00
exception.py pep8 standarization 2016-06-24 19:00:55 +07:00
user.py pep8 standarization 2016-06-24 19:00:55 +07:00