Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
Pleroma-tan (kirby@lab.nyanide.com)'s status on Tuesday, 07-Nov-2023 07:08:23 JSTPleroma-tan @MercurialBuilding you know I was thinkin
I got away with doing
const char lol[] = "don't modify me!";
char* modify = &lol;
strcpy(modify, "boom");
Wouldn't attempts to access pointer just be treated like accessing the intended type