Comment # 13 on bug 1224402 from Martin Jambor
GCC 13 (at least) does not automagically promote the array to const because of
the -flive-patching=inline-clone option (which disables the pure-const pass). 
It is even natural, we need to be ready for some unknown live-patch to possibly
leak the address even when such a leak is not present in the code at hand.


You are receiving this mail because: