Skip to content

Issue with serializeLabel method #1

@sandytechno1

Description

@sandytechno1

There is no null handing for "full" parameter

private string serializeLabel(out int length, string question, out string rest, string full = "")

if (currentBit == "C0")
in above condition if full parameter is null it throws exception on below line,
string data = full.Substring(offset);

What is current bit and what are all these conditions if you have any documentation around it please do share.

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