CVE-2024-3049: Gcrypt Get Algo Dlen Unchecked Usagecve-2024-3049-gcrypt-get-algo-dlen-unchecked-usage
The return value of `gcry_md_get_algo_dlen()` is passed directly to a memory management or comparison function without validation. If an invalid or unsupported hash algorithm ID is provided, this function returns 0. When passed to functions like `memcmp`, a 0-byte comparison is performed which always evaluates to zero (0/true), potentially causing authentica