mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-03 01:02:56 +00:00
Eliminate the creation of 'Genode::String's before the linker has been self relocated, because 'Genode::String's will call 'Genode::strlen' on construction from C-Strings, which has now become a GOT relative call, while the GOT contains only zeros before relocation -> page fault at IP 0. fixes #4867 related to #4827