mirror of
https://github.com/liquidraver/ZephCore.git
synced 2026-09-02 10:33:47 +00:00
The three anon handlers ignored copyPath's return value: on a rejected (over-long) path, reply_path_len kept the attacker byte while reply_path stayed stale, so the reply went out with a corrupt direct path. Reset to OUT_PATH_UNKNOWN so it floods instead; keep the legit zero-length case.