projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
950419f
)
fix use of uninitialized.
author
Rafael Espindola
<rafael.espindola@gmail.com>
Fri, 8 Jul 2016 19:28:55 +0000
(19:28 +0000)
committer
Rafael Espindola
<rafael.espindola@gmail.com>
Fri, 8 Jul 2016 19:28:55 +0000
(19:28 +0000)
llvm-svn: 274909
lld/ELF/Symbols.h
patch
|
blob
|
history
diff --git
a/lld/ELF/Symbols.h
b/lld/ELF/Symbols.h
index
856767a
..
1acaae4
100644
(file)
--- a/
lld/ELF/Symbols.h
+++ b/
lld/ELF/Symbols.h
@@
-230,7
+230,7
@@
public:
// If non-null the symbol has a Thunk that may be used as an alternative
// destination for callers of this Symbol.
- Thunk<ELFT> *ThunkData;
+ Thunk<ELFT> *ThunkData
= nullptr
;
private:
static InputSectionBase<ELFT> *NullInputSection;