Daniel P. Berrange 89bc0b6cae util: add base64 decoding function
The standard glib provided g_base64_decode doesn't provide any
kind of sensible error checking on its input. Add a QEMU custom
wrapper qbase64_decode which can be used with untrustworthy
input that can contain invalid base64 characters, embedded
NUL characters, or not be NUL terminated at all.

Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2015-12-18 16:25:08 +00:00
..
2015-12-18 16:25:08 +00:00
2015-06-05 17:10:00 +02:00
2015-06-05 17:10:00 +02:00
2015-04-30 16:05:48 +03:00
2015-09-15 07:45:33 -07:00
2015-06-23 16:05:34 +01:00
2015-12-17 17:33:48 +01:00
2015-09-07 18:14:03 +02:00
2015-09-25 12:04:45 +02:00
2015-10-16 15:34:30 +02:00
2015-02-16 17:30:19 +01:00
2015-12-17 17:33:49 +01:00
2015-12-18 12:18:31 +00:00
2015-02-02 16:55:10 +01:00