mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibELF: Warn on self-dlopening libraries while initializing
This commit is contained in:
parent
082a7baa3b
commit
6732fec8b8
Notes:
sideshowbarker
2024-07-17 10:00:21 +09:00
Author: https://github.com/timschumi
Commit: 6732fec8b8
Pull-request: https://github.com/SerenityOS/serenity/pull/14373
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