Please review the attached patch. It fixes a potential usage of an
uninitialized bool variable ('fuzzy_sp'). The fix simply initialized the
variable by default to 'FALSE'. Before the fix, the value of 'fuzzy_sp' was not
set, but used in the else-branch in line 1107:
else {
prev_blanks = blanks;
prev_fuzzy_sp = fuzzy_sp;
prev_fuzzy_non = fuzzy_non;
}
Best regards and many thanks
Martin Ettl
Original issue reported on code.google.com by ettl.mar...@gmail.com on 11 Feb 2014 at 1:31
Original issue reported on code.google.com by
ettl.mar...@gmail.com
on 11 Feb 2014 at 1:31Attachments: