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
..
2014-11-17 11:48:56 +01:00
2015-12-18 16:25:08 +00:00
2015-04-30 16:05:48 +03:00
2015-12-04 09:39:55 +03:00
2015-06-23 16:05:34 +01:00
2015-12-18 12:18:31 +00:00
2015-09-14 16:13:16 +01:00
2014-03-13 14:42:21 +01:00
2013-04-13 19:39:59 +00:00