|
Message-ID: <CAGUWgD-oYbazh5f+EDj0AmzxmKBY9MK7fwZVkeeFsCETHF4T-g@mail.gmail.com> Date: Wed, 14 Sep 2022 10:52:46 +0300 From: Georgi Guninski <gguninski@...il.com> To: oss-security@...ts.openwall.com Subject: Re: sagemath denial of service with abort() in gmp: overflow in mpz type On Wed, Sep 7, 2022 at 8:36 AM Georgi Guninski <gguninski@...il.com> wrote: > > $ apt-cache rdepends libgmp10 | grep -i crypt | wc -l > 28 > > some examples: > gawk Hopefully last post in this thread: guest3@...ntu20:~/prim$ gawk --bignum 'BEGIN { a = 2 ^ 2 ^41; print "a =", a }' gmp: overflow in mpz type Aborted (core dumped) guest3@...ntu20:~/prim$ gawk 'BEGIN { a = 2 ^ 2 ^41; print "a =", a }' a = +inf
Powered by blists - more mailing lists
Please check out the Open Source Software Security Wiki, which is counterpart to this mailing list.
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.