Skip to content

Commit 5a0c507

Browse files
committed
---
yaml --- r: 2028 b: refs/heads/master c: bb56253 h: refs/heads/master v: v3
1 parent 6233dad commit 5a0c507

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 32e62d01510c7b1c0dbd39f9ecc9fd997c2ff2b9
2+
refs/heads/master: bb56253015a5cd499e9d6d109d249778cb078877

trunk/src/rt/rust_crate_reader.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,8 @@ rust_crate_reader::die::step_attr(attr &a) const
312312
a.at = (dw_at)ai;
313313
a.form = (dw_form)fi;
314314

315-
uint32_t u32;
316-
uint8_t u8;
315+
uint32_t u32 = 0;
316+
uint8_t u8 = 0;
317317

318318
switch (a.form) {
319319
case DW_FORM_string:

0 commit comments

Comments
 (0)