Fix by Matthew Malcomson <matthew.malcomson@arm.com>
Pushed as obvious.
+2018-11-02 Matthew Malcomson <matthew.malcomson@arm.com>
+
+ * symtab.c (info_functions_command): Initialize quiet flag.
+ * stack.c (info_args_command): Likewise.
+
2018-11-01 Jim Wilson <jimw@sifive.com>
* riscv-tdep.c (riscv_breakpoint_kind_from_pc): New local unaligned_p.
{
std::string regexp;
std::string t_regexp;
- bool quiet;
+ bool quiet = false;
while (args != NULL
&& extract_info_print_args (&args, &quiet, ®exp, &t_regexp))
{
std::string regexp;
std::string t_regexp;
- bool quiet;
+ bool quiet = false;
while (args != NULL
&& extract_info_print_args (&args, &quiet, ®exp, &t_regexp))