Files
RedBear-OS/src
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-08-04 19:05:44 +02:00
2019-03-27 21:28:39 -06:00
2019-05-11 13:48:03 +02:00
2019-05-11 13:48:03 +02:00
2019-08-04 19:05:45 +02:00
2019-08-04 19:05:45 +02:00
2019-08-04 19:05:45 +02:00
2019-08-04 19:05:45 +02:00
2019-08-04 19:05:45 +02:00
2019-08-04 19:05:45 +02:00
2019-11-29 18:05:31 -07:00
2019-07-06 19:37:13 -06:00