[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] fix for #1689 (argc check with -O0)
From: |
Peter Bex |
Subject: |
Re: [PATCH] fix for #1689 (argc check with -O0) |
Date: |
Sun, 19 Apr 2020 21:21:41 +0200 |
User-agent: |
Mutt/1.10.1 (2018-07-13) |
On Sun, Apr 19, 2020 at 06:54:31PM +0200, address@hidden wrote:
> My attempt to use the "potential-values" db entry doesn't seem to
> lead to anything, all I can come up with in the moment is this lame
> attempt to fix the situation, i.e. by only signalling an error for
> non-global bindings. Due to various transformations (which are even
> done with -O0) it is not easy to figure out the somewhat pathological
> case of the redefinition in sxml-serializer.
Thanks, pushed. I think this is fine because the original bug report
was about crashing programs due to missing arg checks; those checks
are always included for globals anyway, AFAIK, so this should still be
an okay fix #1689.
Cheers,
Peter
signature.asc
Description: PGP signature
- [PATCH] fix for #1689 (argc check with -O0), felix . winkelmann, 2020/04/07
- Re: [PATCH] fix for #1689 (argc check with -O0), Peter Bex, 2020/04/07
- Re: [PATCH] fix for #1689 (argc check with -O0), felix . winkelmann, 2020/04/07
- Re: [PATCH] fix for #1689 (argc check with -O0), Peter Bex, 2020/04/12
- Re: [PATCH] fix for #1689 (argc check with -O0), Peter Bex, 2020/04/13
- Re: [PATCH] fix for #1689 (argc check with -O0), felix . winkelmann, 2020/04/13
- Re: [PATCH] fix for #1689 (argc check with -O0), felix . winkelmann, 2020/04/19
- Re: [PATCH] fix for #1689 (argc check with -O0),
Peter Bex <=