Edit

IABSD.fr/src/usr.bin/apply

Branch :

  • Show log

    Commit

  • Author : bluhm
    Date : 2018-04-01 17:45:05
    Hash : 47aa9d2a
    Message : With malloc option J, the first realloc(3) in apply(1) would return memory that is filled with junk only. Allocate the empty string with malloc(3) and initialize it explicitly with the NUL terminator. OK tb@ tobias@