]> Sergey Matveev's repositories - public-inbox.git/commit
searchidx: fix fallback on unindex miss
authorEric Wong <e@80x24.org>
Tue, 10 Nov 2020 03:20:29 +0000 (03:20 +0000)
committerEric Wong <e@80x24.org>
Tue, 10 Nov 2020 18:15:12 +0000 (18:15 +0000)
commit0246654927fd9ddc9718ca0d7d5c7e29ce004d5c
tree1bdc805aa9961b8be71c83e70dd0f30cc477af00
parentdf8e4a0612545d53672036641e9f076efc94c2f6
searchidx: fix fallback on unindex miss

In case of other bugs or intentional corruption of over.sqlite3,
we don't want to attempt dereferencing a non-ref scalar when
calling ->mid_delete in the fallback code path.

Noticed while chasing another bug in extindex development...
lib/PublicInbox/SearchIdx.pm