commit | 900cfbcac6fa689b5fc8d53b60c3ed39047b8a33 | [log] [tgz] |
---|---|---|
author | Jim Meyering <meyering@redhat.com> | Thu Oct 04 13:09:53 2012 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri Oct 05 07:58:37 2012 -0500 |
tree | d6eb3eefd22570c57af1e056e705c1f3dc88ee88 | |
parent | ae2150680190e510dcbcdfdbfb3a54369c75367f [diff] |
linux-user: remove two unchecked uses of strdup Remove two uses of strdup (use g_path_get_basename instead), and add a comment that this strncpy use is ok. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Jim Meyering <meyering@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>