mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
adjust GitHub links to current repository URL (#1553)
Switch links (mostly in comments) from old repository URL <https://github.com/lemire/simdjson/> to the current URL <https://github.com/simdjson/simdjson/>.
This commit is contained in:
@@ -36,7 +36,7 @@ namespace document_tests {
|
||||
return true;
|
||||
}
|
||||
|
||||
// adversarial example that once triggred overruns, see https://github.com/lemire/simdjson/issues/345
|
||||
// adversarial example that once triggered overruns, see https://github.com/simdjson/simdjson/issues/345
|
||||
bool bad_example() {
|
||||
std::cout << __func__ << std::endl;
|
||||
simdjson::padded_string badjson = "[7,7,7,7,6,7,7,7,6,7,7,6,[7,7,7,7,6,7,7,7,6,7,7,6,7,7,7,7,7,7,6"_padded;
|
||||
|
||||
Reference in New Issue
Block a user