Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbf73016

Browse files
committed
Fix possible use of uninitialised value in ts_headline()
Found during investigation of failure of skink buildfarm member and itsvalgrind report.Backpatch to all supported branches
1 parent8491679 commitbf73016

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎src/backend/tsearch/wparser_def.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2441,6 +2441,8 @@ mark_hl_words(HeadlineParsedText *prs, TSQuery query, int highlight,
24412441
}
24422442
else
24432443
{/* shorter cover :((( */
2444+
if (i>q)
2445+
i=q;
24442446
for (;curlen>min_words;i--)
24452447
{
24462448
if (!NONWORDTOKEN(prs->words[i].type))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp