commit: ccdc858713b1f18e1fab59d89deabbbcade018f7 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Apr 25 15:12:44 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Apr 25 15:14:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccdc8587
package.mask: Last rite app-admin/lsat Bug: https://bugs.gentoo.org/684340 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.mask | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index cf80cff5513..217ff061f82 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,17 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (25 Apr 2019) +# This programs suffers severe code quality problems and should have +# never been added to Gentoo. It looks like a shell script badly +# converted to a C program with a lot of system() calls with globs, +# horribly unreadable code and broken memory management including +# reading past end-of-string (which only recently replaced writing into +# uninitialized memory). Auditing the program completely would probably +# be more costly than rewriting it from scratch. +# Removal in 30 days. Bug #684340. +app-admin/lsat + # Lars Wendler <[email protected]> (24 Apr 2019) # Breaks current available net-ftp/filezilla releases (#684282) =dev-libs/libfilezilla-0.16.0
