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>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ca86492d-7564-466a-87b7-2105f6b02a49@t-8ch.de>
Date: Thu, 6 Mar 2025 17:58:15 +0100
From: Thomas Weißschuh <linux@...ssschuh.net>
To: Louis Taylor <louis@...gniz.eu>
Cc: Willy Tarreau <w@....eu>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 4/5] tools/nolibc: drop outdated example from overview
 comment

On 2025-03-04 07:58:18+0000, Louis Taylor wrote:
> This behaviour was changed in commit a7604ba149e7 ("tools/nolibc/sys:
> make open() take a vararg on the 3rd argument").
> 
> Signed-off-by: Louis Taylor <louis@...gniz.eu>

Acked-by : Thomas Weißschuh <linux@...ssschuh.net>

> ---
>  tools/include/nolibc/nolibc.h | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/tools/include/nolibc/nolibc.h b/tools/include/nolibc/nolibc.h
> index 05d92afedb72..70872401aca8 100644
> --- a/tools/include/nolibc/nolibc.h
> +++ b/tools/include/nolibc/nolibc.h
> @@ -31,8 +31,7 @@
>   *   - The third level is the libc call definition. It exposes the lower raw
>   *     sys_<name>() calls in a way that looks like what a libc usually does,
>   *     takes care of specific input values, and of setting errno upon error.
> - *     There can be minor variations compared to standard libc calls. For
> - *     example the open() call always takes 3 args here.
> + *     There can be minor variations compared to standard libc calls.
>   *
>   * The errno variable is declared static and unused. This way it can be
>   * optimized away if not used. However this means that a program made of
> -- 
> 2.45.2
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ