Em sex., 9 de out. de 2020 às 11:37, Tom Lane escreveu:
> Ranier Vilela writes:
> > Em sex., 9 de out. de 2020 às 11:08, Daniel Gustafsson
> > escreveu:
> >> To help reviewers, your report should contain an explanation of when
> that
> >> can happen.
>
> > When option "flag" is not handled.
> >
Ranier Vilela writes:
> Em sex., 9 de out. de 2020 às 11:08, Daniel Gustafsson
> escreveu:
>> To help reviewers, your report should contain an explanation of when that
>> can happen.
> When option "flag" is not handled.
> if (STRNCMP(pstr, "flag") == 0)
I think what he means is that if the file
Em sex., 9 de out. de 2020 às 11:08, Daniel Gustafsson
escreveu:
> > On 9 Oct 2020, at 14:36, Ranier Vilela wrote:
>
> > At function NIImportAffixes (src/backend/tsearch/spell.c).
> >
> > If option "flag" is not handled, variable char flag[BUFSIZE] will remain
> uninitialized.
>
> To help review
> On 9 Oct 2020, at 14:36, Ranier Vilela wrote:
> At function NIImportAffixes (src/backend/tsearch/spell.c).
>
> If option "flag" is not handled, variable char flag[BUFSIZE] will remain
> uninitialized.
To help reviewers, your report should contain an explanation of when that can
happen.
chee
At function NIImportAffixes (src/backend/tsearch/spell.c).
If option "flag" is not handled, variable char flag[BUFSIZE] will remain
uninitialized.
regards,
Ranier Vilela
fix_uninitialized_var_flag_spell.patch
Description: Binary data