Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Old unapplied patches



"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 <pws@xxxxxxx>                  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.
**********************************************************************



Messages sorted by: Reverse Date, Date, Thread, Author