mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +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()