mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Kernel: Initialize primitive class member of ACPISysFSComponent to zero
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user