We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca4471a commit 98d8590Copy full SHA for 98d8590
1 file changed
src/string_bytes.cc
@@ -626,7 +626,6 @@ size_t StringBytes::hex_encode(
626
size_t slen,
627
char* dst,
628
size_t dlen) {
629
-
630
CHECK(slen * 2 >= slen && "overflow in hex encode");
631
632
// We know how much we'll write, just make sure that there's space.
0 commit comments