mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:17:35 +00:00
LibELF: Warn on self-dlopening libraries while initializing
This commit is contained in:
parent
082a7baa3b
commit
6732fec8b8
3 changed files with 13 additions and 1 deletions
|
@ -243,6 +243,8 @@ Result<NonnullRefPtr<DynamicObject>, DlErrorMessage> DynamicLoader::load_stage_3
|
|||
#endif
|
||||
}
|
||||
|
||||
m_fully_relocated = true;
|
||||
|
||||
return NonnullRefPtr<DynamicObject> { *m_dynamic_object };
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue