From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14027 invoked from network); 7 Oct 2002 11:07:36 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 7 Oct 2002 11:07:36 -0000 Received: (qmail 24821 invoked by alias); 7 Oct 2002 11:07:26 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17787 Received: (qmail 24807 invoked from network); 7 Oct 2002 11:07:25 -0000 To: zsh-workers@sunsite.dk Subject: Re: Old unapplied patches In-reply-to: ""Bart Schaefer""'s message of "Sun, 06 Oct 2002 18:35:21 -0000." <1021006183521.ZM12226@candle.brasslantern.com> Date: Mon, 07 Oct 2002 12:06:57 +0100 Message-ID: <15592.1033988817@csr.com> From: Peter Stephenson "Bart Schaefer" wrote: > Karl Tomlinson's termcap/terminfo segfault patch in 17482 got applied to > the 4.0 branch but not to the 4.1.0-dev trunk. Is it not needed on the > trunk? I assumed it wasn't, since the code in termcap and terminfo has changed, but actually it looks like it is. In particulary this chunk of code: pm->sets.cfn = NULL; pm->gets.cfn = strgetfn; pm->sets.ifn = NULL; pm->gets.ifn = intgetfn; clearly doesn't take account of the fact that sets and gets are unions. I'll see if I can dig out the bits to copy over, since there was an extra patch after 4.0.6. -- Peter Stephenson Software Engineer CSR Ltd., Science Park, Milton Road, Cambridge, CB4 0WH, UK Tel: +44 (0)1223 692070 ********************************************************************** The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. **********************************************************************