]> Sergey Matveev's repositories - public-inbox.git/commit
www: avoid uninitialized vars from shadowed Message-IDs
authorEric Wong <e@80x24.org>
Sat, 14 Aug 2021 07:42:39 +0000 (07:42 +0000)
committerEric Wong <e@80x24.org>
Sat, 14 Aug 2021 21:16:40 +0000 (21:16 +0000)
commit7057307e044b0b63e2517e125c0f971630966072
tree96316bd0bb817dce649fcd2d738f9f44fc55bc62
parentea9b01fc63f864435370d3bc9cec674ce03e887e
www: avoid uninitialized vars from shadowed Message-IDs

For /all/ (extindex) and like, Message-ID reuse from client
errors or list-injected footers can cause threading weirdness.
Avoid auto-vivification in the mapping table and dereferencing
of unknown messages.
lib/PublicInbox/Reply.pm
lib/PublicInbox/View.pm