[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/16192] [PATCH] * ld/pe-dll.c: clear memory after allocatin
From: |
nickc at redhat dot com |
Subject: |
[Bug binutils/16192] [PATCH] * ld/pe-dll.c: clear memory after allocating it but before using it. |
Date: |
Thu, 21 Nov 2013 13:34:32 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=16192
Nick Clifton <nickc at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |WAITING
CC| |nickc at redhat dot com
--- Comment #2 from Nick Clifton <nickc at redhat dot com> ---
Hi Erinn,
I think that a simpler solution would be to just call xcalloc() to allocate
the data structure, rather than using memset afterwards. So that is what I
have done. Please try out the latest linker sources and let me know if you are
happy with the result.
Cheers
Nick
--
You are receiving this mail because:
You are on the CC list for the bug.