In x86-64 GCC, is the following C snippet valid? char *p = "HELLO WORD"; *p+++=0x20; *p+++=0x20; *p+++=0x20; *p+++=0x20; *p+++=0x20; puts(p-5);
-
-
would it still be undefined if I loaded a little kernel extension that lets me write to rodata when I ask real nicely?
- Show replies
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.