Dr. Werner Fink changed bug 1070450
What Removed Added
CC   dickey@his.com

Comment # 4 on bug 1070450 from
(In reply to Michael Schr�der from comment #3)
> Note that there may be a different thing that needs to be changed: the
> failing tgetent for "notfound" puts the wrong data in LAST_TRM which leads
> to the tgetent on b2 freeing stuff for buffer b1. So I think the line
> 
> LAST_TRM = TerminalOf(SP_PARM);
> 
> should really read
> 
> LAST_TRM = rc == 1 ? TerminalOf(SP_PARM) : 0;
> 
> But you'll need to re-check with Thomas Dickey about this...

Yep ... just added Thomas to Caron Copy list


You are receiving this mail because: