Skip to content
Snippets Groups Projects
  • Nadav Har'El's avatar
    e5b876a0
    Test for for dynamic linker order bug · e5b876a0
    Nadav Har'El authored
    Christoph discovered a bug in our dynamic linker, where symbols which
    exist in the kernel cannot be used in a shared object, which can
    cause nasty bugs when trying to run existing programs.
    
    This test demonstrates this bug, and verifies its fix (in the
    previous commit).
    e5b876a0
    History
    Test for for dynamic linker order bug
    Nadav Har'El authored
    Christoph discovered a bug in our dynamic linker, where symbols which
    exist in the kernel cannot be used in a shared object, which can
    cause nasty bugs when trying to run existing programs.
    
    This test demonstrates this bug, and verifies its fix (in the
    previous commit).