Skip to content
This repository was archived by the owner on Feb 27, 2026. It is now read-only.
This repository was archived by the owner on Feb 27, 2026. It is now read-only.

Patch: Fix for Nan numbers #4

@gilbertf

Description

@gilbertf

"google/protobuf/internal/decoder.py
299c299

< and (float_bytes[2] >= 128)):

    and (float_bytes[2] >= b'\x80')):

334c334

< and (double_bytes[6] >= 240)

    and (double_bytes[6] >= b'\xF0')"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions