Commit 23f0eedb authored by Anders Kaseorg's avatar Anders Kaseorg Committed by John Hood
Browse files

Parser::UTF8Parser::input: Remove dead code for negative size_t



size_t is unsigned.  Fixes two issues found by the Coverity Scan
service, one about the dead code and one about the std::string
exception being uncaught by mosh-server.

Signed-off-by: default avatarAnders Kaseorg <andersk@mit.edu>
parent a38b6f61
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment