succinct-cpp icon indicating copy to clipboard operation
succinct-cpp copied to clipboard

SuccinctShard#access() throws exceptions for empty value

Open concretevitamin opened this issue 10 years ago • 0 comments

When len is a positive int, and the queried key has empty value, string::resize(-1) will be called, and an exception occurs.

A purposed fix is here.

concretevitamin avatar Jun 24 '15 04:06 concretevitamin