Files
graphene/Pal
Dmitrii Kuvaiskii 7301453940 [Pal/Linux-SGX] Do not try to munmap not-mmapped stack of main thread
In Linux-SGX PAL, the main thread's stack is provided by host Linux, unlike
child threads which stacks are mmapped by the PAL. Therefore, the main
thread's stack must not be munmapped, unlike child threads' stacks.
Previously, PAL tried to munmap stack of even the main thread, leading to
spurious segfaults in e.g. `abort_multithread` test.
2019-12-18 01:56:25 -08:00
..
2019-09-27 03:45:21 +02:00
2019-05-14 03:03:49 +02:00
2019-09-27 12:38:14 +02:00