Christiane Ruetten 53b0918b59 Fixing buffer size
`r_hex_str2bin` turns every two input nibbles into a single output
byte and thus writes maximum half the input size. However, there's
the special case where it writes one additional output byte when
presented with an odd number of nibbles. Even though this results
in an error (negative of the number of bytes written), we must
ensure that at least one byte more is allocated for its output
buffer.
2016-04-07 16:05:16 +02:00
..
2016-04-07 11:52:36 +02:00
2016-04-06 02:12:52 +02:00
2015-09-14 12:35:38 +02:00
2016-03-31 13:21:51 +02:00
2016-02-22 18:21:25 +01:00
2015-09-14 12:35:38 +02:00
2016-03-16 18:10:49 +01:00
2015-09-14 12:35:38 +02:00
2016-04-07 11:11:46 +02:00
2016-04-07 11:12:50 +02:00
2016-03-29 22:44:44 +02:00
2016-04-07 16:05:16 +02:00
2015-12-27 17:05:29 +01:00
2016-03-31 13:21:51 +02:00
2016-04-04 00:36:18 +02:00
2016-04-04 00:17:57 +02:00
2016-04-07 11:11:46 +02:00
2016-04-07 16:05:16 +02:00
2016-03-16 13:45:38 +01:00
2015-09-14 12:35:38 +02:00
2016-04-07 11:12:50 +02:00
2016-03-03 11:45:04 +01:00
2016-01-03 02:32:56 +01:00
2015-05-05 14:06:44 +02:00
2016-04-01 19:24:41 +02:00