Clang static analysis reports this as several 'Result of operation is garbage or undefined' errors.master
found = word2 + len; | found = word2 + len; | ||||
} | } | ||||
if (found == 0) { | |||||
if (found == 0 && length >= 2) { | |||||
ph_out[0] = 0; | ph_out[0] = 0; | ||||
// try modifications to find a recognised word | // try modifications to find a recognised word |