mirror of
https://github.com/ziglang/zig.git
synced 2025-12-24 07:03:11 +00:00
closes #19803 by changing quota from (30 * N) to (10 * N * log2(N)) where N = kvs_list.len * adds reported adversarial test case * update doc comment of getLongestPrefix()