From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22271 invoked from network); 24 Jun 2002 20:28:15 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 24 Jun 2002 20:28:15 -0000 Received: (qmail 17557 invoked by alias); 24 Jun 2002 20:28:09 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17364 Received: (qmail 17545 invoked from network); 24 Jun 2002 20:28:08 -0000 Date: Mon, 24 Jun 2002 13:28:04 -0700 (PDT) From: Wayne Davison X-X-Sender: wayne@miketv.blorf.net To: Peter Stephenson Cc: Zsh hackers list Subject: Re: PATCH: zle history entry paranoia In-Reply-To: <2323.1024939930@csr.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 24 Jun 2002, Peter Stephenson wrote: > This makes it safer by checking the return values of some > quietgethist's in zle_hist.c. FYI: I gave the patch look, and it looks good to me. The only "hmm" spot was in the doisearch function where a couple calls got reordered a bit, but a quick glance at the code satisfied me that things were OK. Seems like a very reasonable change. ..wayne..