From 203217665139943a4f0d1797b9a5f913b3acf184 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 3 Jan 2016 01:29:03 -0500 Subject: libiberty: dupargv: rewrite to use xstrdup This func is basically open coding the xstrdup function, so gut it and use it directly. --- libiberty/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libiberty/ChangeLog') diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index aa598f2..ba1e0a5 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2016-01-05 Mike Frysinger + + * argv.c (dupargv): Replace strlen/xmalloc/strcpy with xstrdup. + 2015-12-28 Patrick Palka * crc32.c: In the documentation, don't refer to GDB's -- cgit v1.1