From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id CF87D1F5AE for ; Tue, 7 Jul 2020 20:37:38 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/5] uninitialized vs blank fixes Date: Tue, 7 Jul 2020 20:37:33 +0000 Message-Id: <20200707203738.32677-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: This quiets some uninitialized variable warnings in various places and includes minor fixes around "//" vs "||". Eric Wong (5): viewvcs: allow "0" as a path name hval: to_filename: return `undef' instead of empty string viewvcs: stop checking unused "B" query parameter imap: avoid warnings on non-slice mailboxes wwwatomstream: avoid uninitialized warnings for $email lib/PublicInbox/Hval.pm | 4 ++-- lib/PublicInbox/IMAP.pm | 1 + lib/PublicInbox/Mbox.pm | 4 ++-- lib/PublicInbox/MboxGz.pm | 3 +-- lib/PublicInbox/SolverGit.pm | 2 +- lib/PublicInbox/ViewVCS.pm | 8 +++++--- lib/PublicInbox/WWW.pm | 5 ++--- lib/PublicInbox/WwwAtomStream.pm | 13 +++++-------- t/hval.t | 8 +++++--- t/imapd.t | 4 ++++ 10 files changed, 28 insertions(+), 24 deletions(-)