We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ad42f commit d8f1845Copy full SHA for d8f1845
1 file changed
lib/util/regress/uuid/uuid_test.c
@@ -75,7 +75,8 @@ main(int argc, char *argv[])
75
76
/* Do 16 passes. */
77
for (ntests = 0; ntests < 16; ntests++) {
78
- char uuid_buf[16], uuid_str[37];
+ unsigned char uuid_buf[16];
79
+ char uuid_str[37];
80
81
sudo_uuid_create(uuid.u8);
82
0 commit comments