Signed-off-by: David Abdurachmanov <David.Abdurachmanov@cern.ch>
+2013-01-13 David Abdurachmanov <David.Abdurachmanov@cern.ch>
+
+ ar.c (do_oper_delete): Fix num passed to memset.
+
2012-12-21 Mark Wielaard <mjw@redhat.com>
* readelf.c (print_debug_frame_section): Adjust FDE start address
long int instance)
{
bool *found = alloca (sizeof (bool) * argc);
- memset (found, '\0', sizeof (found));
+ memset (found, '\0', sizeof (bool) * argc);
/* List of the files we keep. */
struct armem *to_copy = NULL;