Paul Dufresne, le ven. 26 févr. 2021 20:58:55 -0500, a ecrit: > > > vim: malloc.c:4034: _int_malloc: Assertion `(unsigned long) (size) >= > (unsigned long) (nb)' failed. > > Strangely, the error seems to be seen by many people, in different projects:
That is probably just saying that there is some buffer overflow, which has the same impact in glibc, whatever the actual buffer getting overflown. Samuel