[Ada] Make sure output variable is always initialized
gcc/ada/ * libgnat/s-dwalin.adb (Read_Aranges_Header): Initialize output parameter in case we return early.
This commit is contained in:
parent
8502433d82
commit
df4451ca66
1 changed files with 1 additions and 0 deletions
|
@ -1360,6 +1360,7 @@ package body System.Dwarf_Lines is
|
|||
begin
|
||||
Success := False;
|
||||
Info_Offset := 0;
|
||||
Addr_Size := 0;
|
||||
|
||||
Read_Initial_Length (C.Aranges, Unit_Length, Is64);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue