kamleshbhalui added a comment.

`I do not have a test related to libunwind ,but I do simulated this behavior in 
c and got segfault.
---------------------------------------------------------------------------------------------------

int main(){

int stack[10]={0};
        int* sp=stack;
        *(sp)=1;
        *(++sp)=2;
        *(++sp)=3;
        unsigned int r=1;
        int d=sp[-r];
        return 0;
}
---------`


Repository:
  rUNW libunwind

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

https://reviews.llvm.org/D69893



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to