Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 777432

Summary: net-ftp/proftpd: backport ncursesw fix?
Product: Gentoo Linux Reporter: Sam James <sam>
Component: Current packagesAssignee: Sergei Trofimovich (RETIRED) <slyfox>
Status: RESOLVED FIXED    
Severity: normal Keywords: PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/proftpd/proftpd/issues/1174
See Also: https://bugs.gentoo.org/show_bug.cgi?id=777531
Whiteboard:
Package list:
Runtime testing required: ---

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.