Skip to content

Compare error in core\util\UTF8Stream.cpp #31

@arkagod

Description

@arkagod
inline bool UTF8Decoder::isValidNext(uint32_t& cp)
{
    // Determine the sequence length based on the lead octet
    int32_t length = sequenceLength(cp);
    if (length < 1 && length > 4)    <----- ERROR - must ||

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