IDA 9 does not support legacy asm-style structures, so they have to be converted to new type system during upgrade. The decompiler-specific type storage is no longer used so in case of conflicts stack frame members are taken from IDA.
so in IDA 9 all hexrays stack vars = ida stack vars
rights ?
its interesting how about cases when
hexrays stack vars != ida stack vars
as far as I remember it was introduced for complex cases
and I had such cases
unfortunately I can’t remember them right now
to check what will happen in pseudocode
There are still cases where the decompiler keeps additional information about local stack variables, such as split or mapped variables, but in most cases the stack frame type info is now shared between IDA and the decompiler.
Type info leak has been detected and fixed (refcnt=1; idx=50584)
Type info leak has been detected and fixed (refcnt=1; idx=50637)
Type info leak has been detected and fixed (refcnt=1; idx=50640)
Type info leak has been detected and fixed (refcnt=1; idx=50653)
Type info leak has been detected and fixed (refcnt=1; idx=50779)
Type info leak has been detected and fixed (refcnt=1; idx=50784)