CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2021/02/20 12:03:28
Modified files: gnu/llvm/libunwind/src: UnwindCursor.hpp Log message: Make the unwind cache tread-safe by declaring it thread_local. Solves segfaults seen on exception handling. ok kettenis@