]> sourceware.org Git - libabigail.git/commitdiff
22160 - Annotate state flag unitialized in abidw
authorDodji Seketeli <dodji@redhat.com>
Thu, 21 Sep 2017 07:27:19 +0000 (09:27 +0200)
committerDodji Seketeli <dodji@redhat.com>
Thu, 21 Sep 2017 07:46:32 +0000 (09:46 +0200)
This patch initializes the annotate state flag in abidw.  Oops.

* tools/abidw.cc (options::options): Initialize the annotate data
member.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
tools/abidw.cc

index b24d0317bdaf4fc4df7914ba520cafb170013537..4016ddd1af7e3a76345534ddf7b71d3761f54665 100644 (file)
@@ -116,6 +116,7 @@ struct options
       noout(),
       show_locs(true),
       abidiff(),
+      annotate(),
       do_log()
   {}
 };
This page took 0.033988 seconds and 5 git commands to generate.