mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 14:48:15 +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);
|
ACPISysFSComponent(NonnullOwnPtr<KString> table_name, PhysicalAddress, size_t table_size);
|
||||||
|
|
||||||
PhysicalAddress m_paddr;
|
PhysicalAddress m_paddr;
|
||||||
size_t m_length;
|
size_t m_length { 0 };
|
||||||
NonnullOwnPtr<KString> m_table_name;
|
NonnullOwnPtr<KString> m_table_name;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user