Re: [PATCH] app/test-regex: fix incorrect number of matches

2022-03-14 Thread Thomas Monjalon
10/03/2022 00:41, Gerry Gribbon: > Depending on number of jobs specified on command line, part of the > data buffer may not get searched, resulting in incorrect number of > matches being reported. > > Additional change to ensure the "All Matches" summary outputs the > correct match start locations

[PATCH] app/test-regex: fix incorrect number of matches

2022-03-09 Thread Gerry Gribbon
Depending on number of jobs specified on command line, part of the data buffer may not get searched, resulting in incorrect number of matches being reported. Additional change to ensure the "All Matches" summary outputs the correct match start locations in the supplied data buffer. Fixes: de06137