8b22ec00d4
- preserve and free "last" properly. $ cat foo.c #include <stdio.h> #include <termcap.h> int main(void) { tgetent(NULL, "dumb"); tgetent(NULL, "network"); tgetflag("so"); return 0; } $ cc foo.c -lterminfo $ MALLOC_OPTIONS=J ./a.out Boom. XXX: pullup-7