"git@repo.hca.bsc.es:rferrer/llvm-epi.git" did not exist on "69494a9805ef6ffbfa35bad41ab234765f433339"
Fixed return-of-stack-address checker to correctly handle stack/global
variables that have a pointer type, or arrays that contain pointers. This fixes a crash on the following code: int *h[3]; int **foo(int i) { return &(h[i]); } This bug was reported by Keith Bauer (thanks!). llvm-svn: 41546
Loading
Please register or sign in to comment