Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Won't Fix
-
10.2(EOL)
Description
mariadb-10.2.8/storage/tokudb/PerconaFT/ft/serialize/quicklz.cc:427]: (style) Array index 'matchlen' is used before limits check.
|
Source code is
while(*(offset2 + matchlen) == *(src + matchlen) && matchlen < remaining) |
Possible duplicate:
mariadb-10.2.8/storage/tokudb/PerconaFT/ft/serialize/quicklz.cc:443]: (style) Array index 'm' is used before limits check.
|