Coverity: Out of bounds write: CID 21140
authorNelson Ferreira <nelson.ferreira@ieee.org>
Mon, 5 Mar 2012 23:04:10 +0000 (18:04 -0500)
committerNelson Ferreira <nelson.ferreira@ieee.org>
Mon, 5 Mar 2012 23:04:10 +0000 (18:04 -0500)
commit28b64380c436c42e0002fa56c0a0a6f999ca1a71
tree4f1da8ee7abcc46fca26c50b4998215f9564c652
parent2433e7889a1123560e1a086140a319b0a9fd0425
Coverity: Out of bounds write: CID 21140

* src/search.c (boyer_moore): Make it explicit that the value will
always be within the range of the index. Previously it was a side
effect of the downcast to unsigned char, now its explicit.

Signed-off-by: Nelson Ferreira <nelson.ferreira@ieee.org>
src/search.c