]> Sergey Matveev's repositories - public-inbox.git/commit
extindex: avoid triggering a buggy unref
authorEric Wong <e@80x24.org>
Sat, 16 Oct 2021 01:41:34 +0000 (01:41 +0000)
committerEric Wong <e@80x24.org>
Sat, 16 Oct 2021 01:43:08 +0000 (01:43 +0000)
commit6af8612cd3ae255da7cba18d24c2b7e8a9af5ff6
tree7da50c46011dc3b47cb1348ca6ff03834a9f07a5
parentbb8a6a435a4b7707e9fb0329c49671f495262016
extindex: avoid triggering a buggy unref

We can't attempt to unref messages beyond the highwater mark of
an inbox.  This bugfix was found by commit c485036d0b1ce7ed
(extindex: guard against buggy unrefs, 2021-10-14), which
actually did its intended job and guarded against a buggy unref.
lib/PublicInbox/ExtSearchIdx.pm