logoalt Hacker News

int0x29yesterday at 7:10 PM1 replyview on HN

Its not writing to the partition though is it? It is polluting the cache page via a write with a buffer overrun in the kernel. I don't think buffer overruns follow permissions.


Replies

zb3yesterday at 8:11 PM

I assumed such memory would be mapped readonly (PROT_READ), without actually looking into it..