Changeset 2e7df2e in mainline


Ignore:
Timestamp:
2025-03-29T13:59:08Z (6 weeks ago)
Author:
Miroslav Cimerman <mc@…>
Children:
7e8c0e7
Parents:
d946c27
Message:

hr: superblock.c: fix UUID memcpy()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/hr/superblock.c

    rd946c27 r2e7df2e  
    7777
    7878        /* XXX: for now we just copy byte by byte as "encoding" */
    79         memcpy(metadata->uuid, &uuid, sizeof(HR_UUID_LEN));
     79        memcpy(metadata->uuid, &uuid, HR_UUID_LEN);
    8080        /* uuid_encode(&uuid, metadata->uuid); */
    8181
Note: See TracChangeset for help on using the changeset viewer.