Re: [Qemu-devel] [PATCH 1/3] linux-user: complete omission of removing uses of strdup

2016-07-14 Thread Paolo Bonzini
On 07/04/2016 04:46, Wei Jiangang wrote: > The 900cfbc just removed two unchecked uses of strdup > in fill_psinfo and missed the rest in core_dump_filename. > This patch fixes it. > > Signed-off-by: Wei Jiangang > --- > linux-user/elfload.c | 7 ++- > 1 file changed, 2 insertions(+), 5 delet

[Qemu-devel] [PATCH 1/3] linux-user: complete omission of removing uses of strdup

2016-04-06 Thread Wei Jiangang
The 900cfbc just removed two unchecked uses of strdup in fill_psinfo and missed the rest in core_dump_filename. This patch fixes it. Signed-off-by: Wei Jiangang --- linux-user/elfload.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/linux-user/elfload.c b/linux-user/e