Skip to content

Fix for "Not enough space" #124

@cathoderaymission

Description

@cathoderaymission

In ctcdecode/src/binding.cpp change:

const char* end = str_i + strlen(labels)-1;
to
const char* end = str_i + strlen(labels);

I'd submit a patch, but I'm not 100% sure about the utf-8 stuff and how this is supposed to behave.

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