Handle non-hex characters passed to zck_set_soption()
authorJonathan Dieter <jdieter@gmail.com>
Thu, 1 Nov 2018 11:28:26 +0000 (11:28 +0000)
committerJonathan Dieter <jdieter@gmail.com>
Thu, 1 Nov 2018 11:28:26 +0000 (11:28 +0000)
commit88327bde59edd3aadd9381d591a32f26dbf04d24
tree991d9a553d4592996ccfff6f3cc71e1fe014cc35
parent8344473b5fa899169a6916a1e3f037b1f33930a3
Handle non-hex characters passed to zck_set_soption()

Also, add tests to check that non-hex characters are handled correctly

Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
src/lib/zck.c
test/invalid_input_checksum.c [new file with mode: 0644]
test/meson.build