Dear Mr. Diaz, I saw a bug in Profile::iscpit function, I've seen it only once and and is hard to be sumilated again:
The function was invoked with cpos = 25, data member had 48 elements. Inside
the loop, where:
...
if( data[mid-i-1] < th ) { imin = mid - i - 1; break; }
...
and when mid = 11, i = 11, the -1st element was referenced.
Kind regards,
Georgi
_______________________________________________
Bug-ocrad mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-ocrad
