8000 Fix for "Not enough space" · Issue #124 · parlance/ctcdecode · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Fix for "Not enough space" #124
Open
@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

      0