Skip to content

Suspected endianness bug #125

@asomers

Description

@asomers

In src/helper.rs, get_bincode_config calls bincode::DefaultOptions::new().with_little_endian(). That works on every machine that I have access to. But since it's being used to serialize/deserialize reads and writes to /dev/fuse , I think that it will fail on a big endian machine. I think the correct endianness to use is native. See ede18ae .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions