https://bugs.kde.org/show_bug.cgi?id=371966
--- Comment #21 from Julian Seward <jsew...@acm.org> --- (In reply to Tom Hughes from comment #19) My assumption about what __builtin_aa does is: it moves RSP down by the specified amount, zeroes out the new area, and then returns. Except .. how does it return? It must have to copy its own return address to just below the newly allocated area, and only then return. It would be possible to intercept it, but you'd have to hand-write a replacement in assembly, since the above isn't doable in C. -- You are receiving this mail because: You are watching all bug changes.