Skip to content

Commit

Permalink
fixed #610 crash of daemon at CALL PQ to distributed index with empty…
Browse files Browse the repository at this point in the history
… document; added regression to test 369; removed RE2 dependency at test 369
  • Loading branch information
tomatolog committed Dec 21, 2018
1 parent 217f6f3 commit 9376470
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/searchd.cpp
Expand Up @@ -12962,7 +12962,7 @@ static void PQLocalMatch ( const StrVec_t &dDocs, const CSphString& sIndex, cons
{
// doc-id
tDoc.m_uDocID = 0;
dFields[0] = dDocs[iDoc].cstr ();
dFields[0] = dDocs[iDoc].scstr ();

dMvaParsed.Resize ( iMvaCounter );
dMvaParsed.Fill ( 0 );
Expand Down

0 comments on commit 9376470

Please sign in to comment.