Skip to content

Fix SegFault in BestHit due to out of bounds access

Christoph Hasse requested to merge tdrSegFaultFix into TDR

unsigned int lastHit = offsets[next+1]-1; can occasionally go very wrong when offsets[next+1] is 0.

cc: @sponce, @gligorov , @rquaglia this should allow the throughput test in the nightlies to work again.

Edited by Christoph Hasse

Merge request reports