Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 777432 - net-ftp/proftpd: backport ncursesw fix?
Summary: net-ftp/proftpd: backport ncursesw fix?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sergei Trofimovich (RETIRED)
URL: https://github.com/proftpd/proftpd/is...
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2021-03-21 00:13 UTC by Sam James
Modified: 2021-03-22 19:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-03-21 00:13:03 UTC
Upstream fixed a segfault with nursesw (Unicode) on Gentoo. It may be worth backporting the fix?
Comment 1 Larry the Git Cow gentoo-dev 2021-03-21 09:45:19 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=610d1127a422e8efb8869e9bcb83982ce04d3a2d

commit 610d1127a422e8efb8869e9bcb83982ce04d3a2d
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2021-03-21 09:41:34 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2021-03-21 09:45:14 +0000

    net-ftp/proftpd: fix tinfo/tinfow mix crash
    
    Picked upstream commit as is.
    
    Reported-by: Sam James
    Closes: https://bugs.gentoo.org/777432
    Package-Manager: Portage-3.0.17, Repoman-3.0.2
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 .../proftpd/files/proftpd-1.3.7a-tinfow-segv.patch | 197 +++++++++++++++
 net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild           | 276 +++++++++++++++++++++
 2 files changed, 473 insertions(+)
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-03-21 09:56:10 UTC
Thanks slyfox!
Comment 3 Guido Jäkel 2021-03-22 07:33:06 UTC
Thank you for backporting it.