Skip to content

Decode does not safely handle strings of size not multiple of 4 #38

@jlcordeiro

Description

@jlcordeiro

Passing the decode method a strings of size so that
(size % 4) != 0

causes the algorithm to try to read memory not belonging to the input data

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