Skip to content

[BUG] unsigned len is set to -1 #151

@photoszzt

Description

@photoszzt

Describe the bug

ava/common/endpoint_lib.cpp

Lines 259 to 261 in 2bf00b3

size_t len = -1;
void *data = metadata->extract(obj, &len);
assert(len != -1);

Comparing signed and unsigned integers. Here len is unsigned but its set to -1 which causes an overflow.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions