|
From: | Paul Eggert |
Subject: | Re: Report 4 different bugs discoverd in gawk |
Date: | Tue, 2 Aug 2022 09:14:27 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 |
On 8/2/22 07:20, arnold@skeeve.com wrote:
Three of these four bugs are in files that come from GNULIB, I simply copy them from there. Please resend those three reports directly to bug-gnulib@gnu.org. I will work on the fourth one in gawk's builtin.c.
The Gnulib bugs are known issues with regular expressions, and the usual response to this sort of bug is "don't do that", i.e., regular expressions should not be under the control of the attacker.
While looking into this I found several places in builtin.c where integer overflow can mess up 'awk' due to sizes being miscalculated or whatever. I expect the problems are also in the "don't do that" category but if you'd like me to look into this further please let me know.
[Prev in Thread] | Current Thread | [Next in Thread] |