projects
/
platform
/
upstream
/
libabigail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f344f92
)
22160 - Annotate state flag unitialized in abidw
author
Dodji Seketeli
<dodji@redhat.com>
Thu, 21 Sep 2017 07:27:19 +0000
(09:27 +0200)
committer
Dodji 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
patch
|
blob
|
history
diff --git
a/tools/abidw.cc
b/tools/abidw.cc
index b24d0317bdaf4fc4df7914ba520cafb170013537..4016ddd1af7e3a76345534ddf7b71d3761f54665 100644
(file)
--- a/
tools/abidw.cc
+++ b/
tools/abidw.cc
@@
-116,6
+116,7
@@
struct options
noout(),
show_locs(true),
abidiff(),
+ annotate(),
do_log()
{}
};