lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Thu, 22 Feb 2018 13:23:32 +0100
From:   Lukas Czerner <lczerner@...hat.com>
To:     linux-ext4@...r.kernel.org
Subject: Re: [PATCH] libss: add newer libreadline.so.7 to dlopen path

On Wed, Sep 13, 2017 at 03:49:43PM +0200, Lukas Czerner wrote:
> Rawhide now has libreadline.so.7. Add it to the list of libs to look
> for.
> 
> Based on commit 4e79a19fe0b6dc3c2bd9cae9dfdbc5e96a3f98f8 for previous
> libreadline version.

Hi Ted,

is there a problem with this one, or can you take it in please ?

Thanks!
-Lukas

> 
> Signed-off-by: Lukas Czerner <lczerner@...hat.com>
> ---
>  lib/ss/get_readline.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lib/ss/get_readline.c b/lib/ss/get_readline.c
> index 9365be0..11c72b3 100644
> --- a/lib/ss/get_readline.c
> +++ b/lib/ss/get_readline.c
> @@ -37,7 +37,7 @@ static void ss_release_readline(ss_data *info)
>  #endif
>  
>  /* Libraries we will try to use for readline/editline functionality */
> -#define DEFAULT_LIBPATH "libreadline.so.6:libreadline.so.5:libreadline.so.4:libreadline.so:libedit.so.2:libedit.so:libeditline.so.0:libeditline.so"
> +#define DEFAULT_LIBPATH "libreadline.so.7:libreadline.so.6:libreadline.so.5:libreadline.so.4:libreadline.so:libedit.so.2:libedit.so:libeditline.so.0:libeditline.so"
>  
>  #ifdef HAVE_DLOPEN
>  void ss_get_readline(int sci_idx)
> -- 
> 2.7.5
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ