[Issue 6497] [safeD] Can take address of local variable through ?:

2012-07-14 Thread d-bugmail
/40755eef0bbc746375aec08e7b66d4196a100c38 Issue 6497 - [safeD] Can take address of local variable through ?: If the compiler rewrote `(a ? b : c)` to `*(a ? b : c)`, re-run semantic on the `AddrExp`s to ensure they don't take addresses of local variables. Fixes issue 6497 https://github.com/D-Programming-Language/dmd/commit

[Issue 6497] [safeD] Can take address of local variable through ?:

2012-07-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6497 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6497] [safeD] Can take address of local variable through ?:

2012-01-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6497 yebblies yebbl...@gmail.com changed: What|Removed |Added Keywords||patch CC|