On Fri, Mar 04, 2011 at 06:15:39PM +0100, Jan-Hinrich Fessel wrote: > can I safely just drop the line > RF_ASSERT(raidPtr->bytesPerSector < rf_component_info_offset()); > in a function where raidPtr is not defined anywhere? Yes, the RF_ASSERT is completely bogus there - just remove it. > What next? send-pr? Yes please. Martin