Skip to content

wrong strncmp usage #4

@velkyel

Description

@velkyel

here:

if ( strncmp(it->key, key, strlen(key)) == 0 )

key can be beginning substring of it->key. simple strcmp() should fix it.

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