Marcel Moolenaar
3031a4311e
Fix two (2) bugs in one (1) statement:
...
o fix the len argument of memcmp(3) to be the size of the node field
of the uuid structure, not the size of the uuid structure itself.
We're comparing the node fields...
o uuid_compare(3) is specified to return -1, 0 or 1, depending on
the outcome of the comparison. memcmp(3) returns the difference
between the first differing bytes. Hence, we cannot ever return
the return value of memcmp(3) as-is.
PR: standards/55370
Submitted by: Konstantin Oznobihin <bork@rsu.ru>
2003-08-08 19:03:37 +00:00
..
2003-02-17 17:26:03 +00:00
2003-07-15 03:50:38 +00:00
2003-06-13 21:54:01 +00:00
2003-07-29 13:51:53 +00:00
2002-05-13 11:09:07 +00:00
2003-06-14 19:32:52 +00:00
2003-08-08 19:03:37 +00:00
2003-07-25 17:02:33 +00:00
2003-06-14 05:28:01 +00:00
2003-07-01 15:07:01 +00:00
2003-06-08 10:20:32 +00:00
2003-02-17 18:56:00 +00:00
2003-06-14 05:28:01 +00:00
2003-06-07 20:02:56 +00:00
2003-08-04 21:31:53 +00:00
2002-12-27 12:15:40 +00:00
2003-07-22 13:54:31 +00:00
2003-06-06 13:46:55 +00:00
2003-06-08 10:34:00 +00:00
2003-07-24 19:53:02 +00:00
2003-04-17 07:20:00 +00:00
2003-06-08 19:41:58 +00:00
2003-06-17 08:43:19 +00:00
2003-08-08 03:41:13 +00:00
2003-07-31 21:44:31 +00:00
2003-06-05 13:17:32 +00:00
2003-06-06 13:46:55 +00:00
2003-07-07 03:54:04 +00:00
2003-01-28 23:03:15 +00:00
2003-07-25 19:17:46 +00:00
2003-06-06 13:46:55 +00:00
2003-06-08 10:34:00 +00:00
2002-10-04 00:24:31 +00:00
2003-07-21 19:56:28 +00:00
2003-06-06 13:46:55 +00:00
2002-09-28 00:25:32 +00:00
2003-08-08 03:41:13 +00:00
2003-06-18 17:29:15 +00:00
2002-10-01 22:02:06 +00:00
2003-07-07 03:54:04 +00:00
2002-09-28 00:25:32 +00:00
2003-07-07 03:54:04 +00:00
2003-07-07 03:54:04 +00:00
2003-06-30 19:08:49 +00:00
2002-11-29 15:57:50 +00:00
2003-07-24 17:19:15 +00:00
2003-07-24 07:51:49 +00:00
2003-06-19 22:12:54 +00:00
2003-06-01 19:41:49 +00:00
2003-05-22 13:02:28 +00:00
2003-06-14 18:42:37 +00:00
2003-01-01 18:49:04 +00:00
2003-07-24 19:58:56 +00:00
2003-06-13 07:21:37 +00:00
2002-09-28 00:25:32 +00:00
2003-06-15 10:36:53 +00:00
2003-06-26 20:05:47 +00:00
2003-07-23 09:24:44 +00:00
2003-06-06 13:46:55 +00:00
2003-07-24 18:30:25 +00:00
2002-09-28 00:25:32 +00:00