
@Rode0day I have looked at the root cause now and it seems like the overflow check in cdf_read is not compiled correctly.
When off_t is 64 bit no overflow occurs thus I compiled it on 18.04 32 bit where an adc instr gets generated.
The challenge does add twice then cmp which is a nop
English


