Skip to content

Consistently pass timestamp as uint64 when creating MetaStartupSequence

Simon McVittie requested to merge wip/smcv/issue2065 into main

Passing the wrong type to a varargs function can cause a mismatch between marshalling and unmarshalling on the stack, particularly on 32-bit architectures. This results in a build-time test failure.

Edited by Simon McVittie

Merge request reports