> 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 _______________________________________________ elfutils-devel mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/elfutils-devel
