Kernel building with GCC plugins
Kernel building with GCC plugins
Posted Jun 17, 2016 15:36 UTC (Fri) by dskoll (subscriber, #1630)Parent article: Kernel building with GCC plugins
Does Randomize_layout change only the padding of a structure? Or does it also change the ordering? Because the C standard does guarantee that structure members are laid out in memory in the order they are declared. I'm struggling to think of a use-case for something that changes the order of structure members.