Hacker News new | ask | show | jobs
by ben0x539 354 days ago
Can you say more about what the consensus is that this is going against?
1 comments

That type punning through memory does not expose or synthesize memory. There are some possible variations on this, but the most straightforward is that pointer to integer transmutes just return the address (without exposure) and integer to pointer transmutes return a pointer with nullary provenance.