Kernel: Initialize primitive class member of ACPISysFSComponent to zero
This commit is contained in:
parent
aacc49bab5
commit
11a5f2c508
Notes:
sideshowbarker
2024-07-17 07:35:03 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/11a5f2c508 Pull-request: https://github.com/SerenityOS/serenity/pull/15619 Reviewed-by: https://github.com/ADKaster
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
Reference in a new issue