From patchwork Thu Feb 7 22:50:23 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Tobin C. Harding" X-Patchwork-Id: 10802307 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 58DD41390 for ; Fri, 8 Feb 2019 00:46:51 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 460E82DE1A for ; Fri, 8 Feb 2019 00:46:51 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 369C02E636; Fri, 8 Feb 2019 00:46:51 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from mother.openwall.net (mother.openwall.net [195.42.179.200]) by mail.wl.linuxfoundation.org (Postfix) with SMTP id 466832DE1A for ; Fri, 8 Feb 2019 00:46:49 +0000 (UTC) Received: (qmail 22432 invoked by uid 550); 8 Feb 2019 00:46:48 -0000 Mailing-List: contact kernel-hardening-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Delivered-To: mailing list kernel-hardening@lists.openwall.com Delivered-To: moderator for kernel-hardening@lists.openwall.com Received: (qmail 3402 invoked from network); 7 Feb 2019 22:51:00 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=dItnojEAFP5Cq99oJ B1tDw1BTK7iumgl5emWxoonvM4=; b=OMa8l/XK2rM49xDgXQwWA0+EvCWbeOmx8 Qu9UAiV3MN5emZTwqGMssSw+uti+EqhxeTan7BWxXdq85NmaqETlZvG9x48AYDB5 1fChLLZzYy2/XiVFw9Q539oasr8ZN5/t8kLgagTVJebpm87pPukLLYg6OERakEgO OPvzISA2cW3qx6raANcy4lTr5w+UQqGwPJrSie82hdvDzrf1xCaEDeXxA/f+bc0h CnXeqMuoNbbAjn9BEGG9r5VcDwa4CJnnO1nCfJxL3w4ijkl5/dftyaw95kw4YP8w XkCg9fFjGTPGZrW7GMDKvumeS66rUlwQdJNKHE8sGuC9/A06jG4eA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrledugddtudcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthenuceurghilhhouhhtmecufedt tdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhephffvufffkffogg fgsedtkeertdertddtnecuhfhrohhmpedfvfhosghinhcuvedrucfjrghrughinhhgfdcu oehtohgsihhnsehkvghrnhgvlhdrohhrgheqnecukfhppeduvddurdeggedrudelledrud dtleenucfrrghrrghmpehmrghilhhfrhhomhepthhosghinheskhgvrhhnvghlrdhorhhg necuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: From: "Tobin C. Harding" To: kernel-hardening@lists.openwall.com Cc: "Tobin C. Harding" , Tycho Andersen , linux-kernel@vger.kernel.org Subject: [PATCH 0/3] Minor bug fixes to leaking_addresses.pl Date: Fri, 8 Feb 2019 09:50:23 +1100 Message-Id: <20190207225026.11723-1-tobin@kernel.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-Virus-Scanned: ClamAV using ClamSMTP Hi, Here are a few minor fixes/improvements to scripts/leaking_addresses.pl Patch 1: Fixes places where I don't know how to Perl. Patch 2: Removes `--version` command line option, completely this time. Patch 3: Fix a bug in the command line options parsing. thanks, Tobin. Tobin C. Harding (3): leaking_addresses: Fix calls to dprint leaking_addresses: Completely remove --version flag leaking_addresses: Expand tilde in output file name scripts/leaking_addresses.pl | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-)