[screen-devel] [bug #58259] Memory corruption by terminfo

2022-02-21 Thread Alexander Naumov
Update of bug #58259 (project screen): Status: Need Discussion => Ready For Test Planned Release:None => 4.9.1 ___ Follow-up Comment #4: Scott, thanks a lot!

[screen-devel] [bug #58259] Memory corruption by terminfo

2022-02-20 Thread Scott Shambarger
Follow-up Comment #3, bug #58259 (project screen): I've attached a patch that calculates the space needed by the terminfo string items before loading them. Large terminfo structs should no longer corrupt memory. (file #52897) ___ Addition

[screen-devel] [bug #58259] Memory corruption by terminfo

2022-02-11 Thread Scott Shambarger
Follow-up Comment #2, bug #58259 (project screen): Finally had a chance to take a look at this one... found the source of the problem: termcap.c:156 case T_STR: D_tcs[i].str = e_tgetstr(term[i].tcname, &tp); tgetstr(), the tp buffer is expected to have 1024, but tp is advanced

[screen-devel] [bug #58259] Memory corruption by terminfo

2022-02-04 Thread Alexander Naumov
Update of bug #58259 (project screen): Status:None => Need Discussion ___ Follow-up Comment #1: Victor, thank for report. Yes, entries larger than TERMCAP_BUF are truncated since 4.8.0 and thi

[screen-devel] [bug #58259] Memory corruption by terminfo

2020-04-27 Thread Alexander Naumov
Update of bug #58259 (project screen): Release: 4.99.0 => 4.8.0 ___ Reply to this item at: ___ Mes

[screen-devel] [bug #58259] Memory corruption by terminfo

2020-04-27 Thread Victor Dmitriev
URL: Summary: Memory corruption by terminfo Project: GNU Screen Submitted by: mrwitek Submitted on: Mon 27 Apr 2020 03:14:12 PM UTC Category: Crash/Freeze/Infloop Seve