Open
Description
Specifically, it seems to be the call to mpfr_strtofr
added in 504dfdf.
See JuliaLang/julia#53898 for more info.
https://gitlab.inria.fr/mpfr/mpfr/-/blob/4.2.0/src/strtofr.c?ref_type=tags#L326 is the line where the error occurs,
pstr->alloc = (size_t) strlen (str) + 1;
Are we missing the null terminator?
Metadata
Metadata
Assignees
Labels
No labels