>> basesrc/usr.bin/sort: fsort.c >> >> Log Message: >> >> make sure to initialize malloc'ed region. PR 12138. found by malloc.conf=AJ >Wouldn't this be better/cleaner as just a calloc() instead of a >malloc()/memset() pair? either is fine for me. itojun