Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP5:GA
ncurses
ncurses-6.1-boo1229028.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ncurses-6.1-boo1229028.patch of Package ncurses
Allow that later on the terminal based on fallback can be freed! --- ncurses/tinfo/lib_setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- ncurses/tinfo/lib_setup.c +++ ncurses/tinfo/lib_setup.c 2024-09-10 06:11:17.957883254 +0000 @@ -740,7 +740,7 @@ TINFO_SETUP_TERM(TERMINAL **tp, const TERMTYPE2 *fallback = _nc_fallback2(tname); if (fallback) { - TerminalType(termp) = *fallback; + _nc_copy_termtype2(&(TerminalType(termp)), fallback); status = TGETENT_YES; } }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor