[PATCH] D73816: [compiler-rt] implement sigaltstack interception

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 15:00:56 PST 2020


eugenis added a comment.

Another problem with this interceptor - stack_t on linux has internal padding that is not required to be initialized.

See this bug: https://bugs.chromium.org/p/chromium/issues/detail?id=1050279


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73816/new/

https://reviews.llvm.org/D73816





More information about the llvm-commits mailing list