|
|
|
|
|
by cv5005
547 days ago
|
|
You dont need UB for that. A simple model for both compilers and programmers to understand: "A variable whose address has not been taken need not be reachable via a random pointer". I mean that's how an assembly programmer would think - if I put something in r0 I don't expect a store instruction to clobber it. |
|