OSDN Git Service

lib: Fix UUID 16/32-bits to 128-bit conversion
authorClaudio Takahasi <claudio.takahasi@openbossa.org>
Mon, 24 Mar 2014 19:25:30 +0000 (16:25 -0300)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 24 Mar 2014 20:06:13 +0000 (22:06 +0200)
commit0086e34fc00b3266a5dc7e5b492ca800f93ddd77
tree736c2d2ec4736eb71dc197fe43fca183f3225376
parent05a9545a829f38da60c86f5df1462aa5a89f8962
lib: Fix UUID 16/32-bits to 128-bit conversion

16 and 32-bit UUIDs are always created using host order. However,
no matter the system type, 128-bit UUID must use big-endian byte
order format (similar to human-readble format).
lib/uuid.c