
26 Jul
2011
26 Jul
'11
11:48 p.m.
On Mon, Jul 25, 2011 at 11:37:34PM +0200, Wolfgang Denk wrote:
+void uuid_str_to_bin(const char *uuid, unsigned char *out)
I will add a separate function to verify the format of a UUID string. It doesn't belong in this function, which otherwise only needs to read the string once. It will check for length, that '-' is placed appropriately, and that proper hexadecimal numbers are used.
Thanks, Jason