debuginfod: Remove always-false comparisons with LONG_MAX

tbaeder@redhat.com tbaeder@redhat.com
Tue Mar 2 08:30:23 GMT 2021


If I understand the code correctly, these comparisons exist only for the
curl_off_t cases, in which case dl and cl might be greater than
LONG_MAX. However, in case they are declares as double values, this
cannot be the case and the comparisons are unnecessary.


- Timm





More information about the Elfutils-devel mailing list