Em sex., 9 de out. de 2020 às 11:08, Daniel Gustafsson <daniel(at)yesql(dot)se>
escreveu:
> > On 9 Oct 2020, at 14:36, Ranier Vilela <ranier(dot)vf(at)gmail(dot)com> 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.
>
> When option "flag" is not handled.
if (STRNCMP(pstr, "flag") == 0)
regards,
Ranier Vilela