Files
RedBear-OS/src/ld_so
oddcoder 43fbaf9970 Fix a bug in thread local reloations
There was a bug (also uncovered via binutils) where R_X86_64_DTPOFF64 is
set uncorrectly. This program is the minimal reproducer of the seg fault

  #include <errno.h>
  int main() {
        int oerrno = errno;
  }

But it works after the bug fix.
2020-05-13 23:46:39 +02:00
..
2019-04-13 12:17:38 -06:00
2020-05-13 23:46:39 +02:00
2020-03-07 23:52:27 +02:00