Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIXME: node/bindnode: add fuzz failure with dag-cbor floats #389

Closed
wants to merge 2 commits into from
Closed

FIXME: node/bindnode: add fuzz failure with dag-cbor floats #389

wants to merge 2 commits into from

Commits on Mar 17, 2022

  1. FIXME: node/bindnode: add fuzz failure with dag-cbor floats

    refmt's cbor encoder always emits floats in 64-bit form, as per the
    dag-cbor spec, but the decoder accepts the 16 and 32 forms as well.
    
    This results in a failure, as we can accept a smaller encoding for a
    float64 value, then re-encode it in a larger form.
    mvdan committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    ac888ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93bf909 View commit details
    Browse the repository at this point in the history