Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Dwedit
4 months ago
|
parent
|
context
|
favorite
| on:
Debugging memory corruption: who the hell writes "...
TLDR: Kernel wrote memory back to a pointer provided by the user-mode program, as it was supposed to do. Unfortunately, it was a dangling pointer (Use-after-free)
When the Kernel does the memory write, user-mode memory debuggers don't see it happen.
Join us for
AI Startup School
this June 16-17 in San Francisco!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
When the Kernel does the memory write, user-mode memory debuggers don't see it happen.