CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/06/12 09:24:31
Modified files:
usr.bin/xargs : xargs.c
Log message:
Use sizeof(char *) not sizeof(char **) when allocating an array
of strings with calloc(3). From David CARLIER. OK tb@
