mirror of
https://github.com/xroche/httrack.git
synced 2026-06-16 07:13:45 +03:00
Bump src/coucal to fadf29b (MurmurHash3 signed-shift UB fix)
Picks up coucal PR #6: the MurmurHash3 tail mixing shifted a byte promoted to int left by 24, overflowing signed int once the byte had its high bit set (UBSan). A sanitized live crawl hashing arbitrary URL keys aborted on it. Verified: the ASan+UBSan www.edf.fr crawl that previously aborted at murmurhash3.h:123 now completes clean (100 pages, no findings). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Xavier Roche <roche@httrack.com>
This commit is contained in: