We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6233dad commit 5a0c507Copy full SHA for 5a0c507
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 32e62d01510c7b1c0dbd39f9ecc9fd997c2ff2b9
+refs/heads/master: bb56253015a5cd499e9d6d109d249778cb078877
trunk/src/rt/rust_crate_reader.cpp
@@ -312,8 +312,8 @@ rust_crate_reader::die::step_attr(attr &a) const
312
a.at = (dw_at)ai;
313
a.form = (dw_form)fi;
314
315
- uint32_t u32;
316
- uint8_t u8;
+ uint32_t u32 = 0;
+ uint8_t u8 = 0;
317
318
switch (a.form) {
319
case DW_FORM_string:
0 commit comments