CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2017/11/02 00:55:35

Modified files:
        bin/ksh        : alloc.c 

Log message:
Switch calloc(3) back to malloc(3).  The call to calloc was introduced
by the plaintext history diff, but the code that may have depended on
this was since removed from history.c.  None of the code introduced
between the plaintext history commit and now depends on calloc(3).
This way we can again use malloc.conf(5)'s J option to recognize use
of uninitialized memory.

ok jca

Reply via email to