This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] ar.c (do_oper_delete): Fix num passed to memset.


>    bool *found = alloca (sizeof (bool) * argc);
> -  memset (found, '\0', sizeof (found));
> +  memset (found, '\0', sizeof (bool) * argc);

Thanks. Pushed as commit 1a4d06.
Note that we do use ChangeLog entries for changes.
I added one for you to src/ChangeLog.

Cheers,

Mark

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]