mirror of
https://git.rtems.org/rtems-tools/
synced 2025-06-08 08:00:51 +08:00
rtems-exeinfo.cpp: Initialize byteorder
CID 1471637: Uninitialized scalar field Closes #4499
This commit is contained in:
parent
00213f48b3
commit
1d4edfb2ec
@ -210,7 +210,8 @@ namespace rld
|
||||
|
||||
section::section (const section& orig)
|
||||
: sec (orig.sec),
|
||||
data (orig.data)
|
||||
data (orig.data),
|
||||
byteorder (orig.byteorder)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user