]> Sergey Matveev's repositories - public-inbox.git/commit
news_www: avoid uninitialized variables
authorEric Wong <e@80x24.org>
Tue, 7 Sep 2021 14:05:48 +0000 (14:05 +0000)
committerEric Wong <e@80x24.org>
Tue, 7 Sep 2021 21:01:23 +0000 (21:01 +0000)
commit083568c68cf37e945c95cd238a9beae1faad9bea
tree19e4fcb805378a95d4936816db5bff4c6764fd9e
parentf2aaef1b7e84aec38b88dce88ad2f5a86f33f684
news_www: avoid uninitialized variables

PATH_INFO may not have enough slashes for newsgroup name in the
URL at all, so ensure we don't try to further process requests
which have no chance of having a newsgroup name.
lib/PublicInbox/NewsWWW.pm