From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29411 invoked by alias); 20 Jun 2017 20:07:34 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 41337 Received: (qmail 823 invoked from network); 20 Jun 2017 20:07:34 -0000 X-Qmail-Scanner-Diagnostics: from mx.spodhuis.org by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(94.142.241.89):SA:0(-2.3/5.0):. Processed in 2.374509 secs); 20 Jun 2017 20:07:34 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED, SPF_HELO_PASS,SPF_PASS,T_DKIM_INVALID,T_RP_MATCHES_RCVD,UNPARSEABLE_RELAY autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: zsh-workers+phil.pennock@spodhuis.org X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at spodhuis.org designates 94.142.241.89 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=spodhuis.org; s=d201705; h=In-Reply-To:Content-Type:MIME-Version:References :Message-ID:Subject:To:From:Date:Sender:Reply-To:Cc:Content-Transfer-Encoding :Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=BJ15XOdr5VgvkhHqGQMEyKnbhihnTfPTyuNeVrKWWOE=; b=sNiPLRNg9kzJWz+91QFGPv06LG wfkCfhT8aropG4gS+59cLuUdvVCLIvJGcwIqP4JkJx5Xf0NfYsId9+I3BX7r4ml3EGwJSzqPQyCit kS/0BpllKUw6lgqI+hgSrK7ErWamr5csXmyqDkAa5daEbDNHIvZirKkIZxdDnCg1cZtBlDHG99cCp pdLPB+YKccF70FheppgNyR1em2o3; Date: Tue, 20 Jun 2017 16:07:25 -0400 From: Phil Pennock To: zsh-workers@zsh.org Subject: Re: [PATCH] PCRE/NUL: pass NUL in for text, handle NUL out Message-ID: <20170620200725.GA5949@tower.spodhuis.org> References: <20170615204050.GA27003@breadbox.private.spodhuis.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170615204050.GA27003@breadbox.private.spodhuis.org> OpenPGP: url=https://www.security.spodhuis.org/PGP/keys/0x4D1E900E14C1CC04.asc On 2017-06-15 at 16:40 -0400, Phil Pennock wrote: > The regexp itself is always NUL-terminated, so detect embedded NULs and > zwarn on their presence. *nudge* Reminder that my commit-bit was handed in for safekeeping, so someone else will need to merge this. -Phil