mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:14:58 +00:00
Kernel: Initialize primitive class member of ACPISysFSComponent to zero
This commit is contained in:
parent
aacc49bab5
commit
11a5f2c508
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ protected:
|
|||
ACPISysFSComponent(NonnullOwnPtr<KString> table_name, PhysicalAddress, size_t table_size);
|
||||
|
||||
PhysicalAddress m_paddr;
|
||||
size_t m_length;
|
||||
size_t m_length { 0 };
|
||||
NonnullOwnPtr<KString> m_table_name;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue