Re: [PATCH] Fix too small memory allocations

2019-11-26 Thread Evan Hanson
Hi Jani, Thank you! It took a while to track down a gcc that was new enough, but I've attached a signed-off version. This one also includes the extra info from Peter and megane's commit messages, as well as the variable from megane's that gives a name to the `min-words-per-bignum' value in

[PATCH] Fix too small memory allocations

2019-11-26 Thread Jani Hakala
Hi, This patch probably fixes #1637 Jani >From 9c6d8617c9391abfd400914a0f0733f749e10900 Mon Sep 17 00:00:00 2001 From: Jani Hakala Date: Wed, 20 Nov 2019 21:37:03 +0200 Subject: [PATCH] Fix too small memory allocations Memory allocation problems were detected by AddressSanitizer provided by