2 ms·
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 f
by int0x29 5mo ago
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.
- zb3 5mo agoI assumed such memory would be mapped readonly (PROT_READ), without actually looking into it..