K 10 svn:author V 3 dcs K 8 svn:date V 27 2001-11-09T10:17:44.000000Z K 7 svn:log V 374 The algorithm that computes the tables used in the BM search algorithm sometimes access an array beyond it's length. This only happens in the last iteration of a loop, and the value fetched is not used then, so the bug is a relatively innocent one. Fix this by not fetching any value on the last iteration of said loop. Submitted by: MKI MFC after: 1 week END