mirror of
https://github.com/pound-emu/ballistic.git
synced 2026-06-17 04:16:48 -07:00
bf360f9bc8
If a hash bucket is empty, the test still loops 2,097,152 times which is crazy. An empty bucket means `bal_decode_arm64()` will always return NULL, so I've added a `continue` statement to skip the massive loop. Signed-off-by: Ronald Caesar <github43132@proton.me>