The expression (exif_len & ~SIZE_MAX) is always 0 for size_t, making the overflow guard permanently dead code. Reported-by: Guanni Qu <qguanni@gmail.com> Signed-off-by: Priyanshu Thapliyal <priyanshuthapliyal2005@gmail.com>