Skip to content

realloc is 1 byte short #744

@msmeissn

Description

@msmeissn

revocationsp + strlen(line) + 1);

the realloc is 1 byte or 2 bytes too short, specifically as revocationsp is incremented by 1 byte more already below.

                                    revocationsp =
                                            revocationsp + strlen(line) + 2;

(CC @dennis-tseng99 )

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