Skip to content
  • deuce's avatar
    Fix fencepost error detected by Coverity... · 3f98d20c
    deuce authored
    Because the test to continue is *after* the loop, we can't continue
    when c is the last index into lzh->son, or the code will make use of
    lzh->son[sizeof(lzh->son)/sizeof(lzh->son[0])] which is outside the bounds
    of the array.
    3f98d20c