On Thursday 12 March 2015, Petr Gajdos wrote: > Hello, > > cal utility segfaults in putp() when setupterm() fails as cal > insufficiently checks for setupterm() failure. > > $ TERM= cal > Segmentation fault Regarding TERM there is another issue with "more". $ TERM= make check TS_OPTS="--parallel=1 more" more: regexp ... FAILED (more/regexp) more: squeeze ... OK Without TERM it prints a '\r' because of text-utils/more.c:1083: void kill_line(void) { erasep(0); if (!eraseln || dumb) putchar('\r'); } cu, Rudi -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html