mirror of https://github.com/lukechilds/node.git
Browse Source
If the needle contains an extended latin-1 character then using String::Utf8Length() will be too large and the search will return early. Instead use String::Length() when encoding is BINARY. PR-URL: https://github.com/nodejs/node/pull/4803 Reviewed-By: James M Snell <jasnell@gmail.com>process-exit-stdio-flushing
Trevor Norris
9 years ago
2 changed files with 12 additions and 1 deletions
Loading…
Reference in new issue