nijel / enca

Extremely Naive Charset Analyser

Home Page:https://cihar.com/software/enca/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ilters.c:277]: (style) Array index 'n' is used before limits check.

dcb314 opened this issue · comments

Source code is

  for (n = i+1; buffer[n] == buffer[i] && n < size; n++)

Suggest sanity check array index before use, not after.