src/libiberty ChangeLog argv.c
hjl@sourceware.org
hjl@sourceware.org
Wed Aug 29 01:02:00 GMT 2012
CVSROOT: /cvs/src
Module name: src
Changes by: hjl@sourceware.org 2012-08-29 01:02:41
Modified files:
libiberty : ChangeLog argv.c
Log message:
Replace malloc with xmalloc
* argv.c (dupargv): Replace malloc with xmalloc. Don't check
xmalloc return.
(buildargv): Likewise. Also replace strdup with xstrdup.
(expandargv): Don't check dupargv return.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&r1=1.614&r2=1.615
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/argv.c.diff?cvsroot=src&r1=1.24&r2=1.25
More information about the Src-cvs
mailing list