GNU bug report logs -
#49261
28.0.50; File Locking Breaks Presumptuous Toolchains
Previous Next
Reported by: Mallchad Skeghyeph <ncaprisunfan <at> gmail.com>
Date: Mon, 28 Jun 2021 18:28:02 UTC
Severity: normal
Found in version 28.0.50
Fixed in version 28.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> Cc: larsi <at> gnus.org, 49261 <at> debbugs.gnu.org
> From: Paul Eggert <eggert <at> cs.ucla.edu>
> Date: Wed, 14 Jul 2021 17:24:37 -0500
>
> I originally wrote it as "uintptr_t mask = VALMASK;" because I would
> rather avoid C casts when possible (they're too powerful and allow too
> many bugs to go undetected). I dislike the workaround that I installed
> because of (a) its unnecessary cast and (b) the lack of clarity that
> it's intended that we want to discard any bits outside UINTPTR_MAX ((b)
> was a problem with my original code too).
>
> To try to fix both (a) and (b) I installed the attached further patch.
> It is a bit more verbose than what C requires, but the verbosity should
> help explain that masking with UINTPTR_MAX is intended, and the
> verbosity shouldn't hurt efficiency.
Thanks, I think this new code is much cleaner and less mysterious.
This bug report was last modified 3 years and 305 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.