| Index: src/platform/vboot_reference/include/utility.h
|
| diff --git a/src/platform/vboot_reference/include/utility.h b/src/platform/vboot_reference/include/utility.h
|
| index b26e2477907e351e1ef99ea97efb7d1101bd9e34..5dc6d2838951c627af4ffc15b76672435d39439f 100644
|
| --- a/src/platform/vboot_reference/include/utility.h
|
| +++ b/src/platform/vboot_reference/include/utility.h
|
| @@ -36,7 +36,7 @@ int SafeMemcmp(const void* s1, const void* s2, size_t n);
|
| /* Track remaining data to be read in a buffer. */
|
| typedef struct MemcpyState {
|
| void* remaining_buf;
|
| - int remaining_len;
|
| + uint64_t remaining_len;
|
| } MemcpyState;
|
|
|
| /* Copy [len] bytes into [dst] only if there's enough data to read according
|
|
|