matched!
I'm certain the bug come from those lines from x_interface.c:
if (argc) { t_binbuf *bb = binbuf_new(); binbuf_add(bb, argc, argv); binbuf_gettext(bb, &buf, &bufsize);
This is the kinky line:
buf[bufsize] = 0;
Now I don't know what to do with it, I hope it has helped, good bye.