Am 08.03.2021 09:06 schrieb Marcin Błażejowski:
Hi,
there is a double free detected in tcache 2:
<hansl>
function void foo (const scalar *X)
X += 1
eval X
end function
Z = 1
foo(Z)
</hansl>
Hi Marcin,
do you say gretl crashes on your side? Here on Ubuntu 18.10 (and 20.04)
with last week's git version nothing crashes.
Artur