Skip to content
This repository was archived by the owner on Jan 7, 2023. It is now read-only.
This repository was archived by the owner on Jan 7, 2023. It is now read-only.

CBOR_Peek size argument inconsistent with other CBOR functions  #96

Description

@malsbat

CBOR_Peek takes a uint64_t as the size argument, but CBOR_DecodeArray (and others) take a size_t.

This is an issue on 32-bit platforms (such as RaspberryPi) where size_t and uint64_t are different sizes.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions