Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20260725171814.GH3520958@port70.net>
Date: Sat, 25 Jul 2026 19:18:14 +0200
From: Szabolcs Nagy <nsz@...t70.net>
To: ShengYi Hung <aokblast@...eBSD.org>
Cc: musl@...ts.openwall.com
Subject: Re: [PATCH] functional: Fix error reporting in stat

* ShengYi Hung <aokblast@...eBSD.org> [2026-07-26 00:28:08 +0800]:
> -			TEST(st.st_gid==getegid(), "%d vs %d\n", (int)st.st_uid, (int)geteuid());
> +			TEST(st.st_gid==getegid(), "%d vs %d\n", (int)st.st_gid, (int)getegid());

thanks, applied

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.