CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/08/30 14:41:33
Modified files:
lib/libc/uuid : uuid_from_string.c
Log message:
Make uuid_from_string() reject a string of the correct length but having a
non-hex digit in the last character.
Inspired by code in uuid_parse() from Ted Ts'o.
ok millert@
