Skip to content

Binary fuzzer fails for required fields  #209

@vishwacs111

Description

@vishwacs111

The binary format parser uses ParsePartialFromString while parsing the message:

if (!output->ParsePartialFromString(data)) {

However the LoadProtoInput calls mutator fix which expects an initialized message (i.e. with all the required fields set).

I think the binary format parser should use ParseFromString instead of ParsePartialFromString.

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