Skip to content

secret-file-collection: force little-endian in GVariant

Daiki Ueno requested to merge wip/dueno/gvariant-endianness into master

As the GVariant serialization format does not record the original endianness of integer values, we need to ensure that it doesn't change between write and load.

Fixes #42 (closed).

Merge request reports