NetworkManager/shared/nm-glib-aux/tests
Thomas Haller e8dd19bb01
shared: extend nm_utils_hexstr2bin_full() to require hexdigits in pairs
nm_utils_hexstr2bin_full() is our general hexstr to binary parsing
method. It uses (either mandatory or optional) delimiters. Before,
if delimiters are in use, it would accept individual hexdigits.
E.g. "a:b" would be accepted as "0a:0b:.

Add an argument that prevents accepting such single digits.
2020-09-22 17:40:41 +02:00
..
meson.build shared/tests: add test for checking "nm-json-aux.h" 2020-07-09 12:57:15 +02:00
test-json-aux.c shared/tests: add test for checking "nm-json-aux.h" 2020-07-09 12:57:15 +02:00
test-shared-general.c shared: extend nm_utils_hexstr2bin_full() to require hexdigits in pairs 2020-09-22 17:40:41 +02:00