Le Mar 31 Mai 2022 10:02:56, chet.ra...@case.edu a écrit :
[...]
> You might tell him that this is standard usage, up to and including
> the
> POSIX standard:
>
> https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_07
>
> I may change this sometime, but it's low prior
On 13.04.22 20:40, Chet Ramey wrote:
The first beta release of bash-5.2 is now available with the URLs
ftp://ftp.cwru.edu/pub/bash/bash-5.2-beta.tar.gz
https://ftp.gnu.org/pub/gnu/bash/bash-5.2-beta.tar.gz
not in the bash tarball, but in the readline 8.2 beta tarball, the generated
configure
On 6/1/22 5:54 AM, Matthias Klose wrote:
> On 13.04.22 20:40, Chet Ramey wrote:
>> The first beta release of bash-5.2 is now available with the URLs
>>
>> ftp://ftp.cwru.edu/pub/bash/bash-5.2-beta.tar.gz
>> https://ftp.gnu.org/pub/gnu/bash/bash-5.2-beta.tar.gz
>
> not in the bash tarball, but in t
Hi,
I stumbled upon a recursion overflow crash in BASH. It affects both my
Debian machine (this report), as well as the latest stable built from
source.
There's a slim chance this might be exploitable.
Best,
Gergely Kalman
Configuration Information [Automatically generated, do not change]:
M
Hi Gergely!
> I stumbled upon a recursion overflow crash in BASH.
There are many ways to exhaust memory (and other) recources, recursion is one
them. In your case a variable like SRCNEST (and all the code with its
performance impacts needed behind it) might help, but what exactly is the
advant