index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
DevTools
/
UserspaceEmulator
/
MallocTracer.cpp
Age
Commit message (
Expand
)
Author
2020-08-01
UserspaceEmulator: Report heap buffer overflows :^)
Andreas Kling
2020-08-01
UserspaceEmulator: Mark mmap regions as malloc blocks when mallocing
Andreas Kling
2020-07-31
UserspaceEmulator: Use a report() function instead of dbgprintf()
Andreas Kling
2020-07-21
UserspaceEmulator: Tweak some output strings
Andreas Kling
2020-07-21
UserspaceEmulator: Remove unnecessary local getpid() caches
Andreas Kling
2020-07-21
UserspaceEmulator+LibX86: Start tracking uninitialized memory :^)
Andreas Kling
2020-07-17
UserspaceEmulator: Skip freed mallocations in reachability scan
Andreas Kling
2020-07-16
UserspaceEmulator: Reset malloc backtrace on mallocation reuse
Andreas Kling
2020-07-16
UserspaceEmulator: Don't scan text segment for malloc leaks
Andreas Kling
2020-07-16
UserspaceEmulator: Print the number of bytes leaked on exit :^)
Andreas Kling
2020-07-16
UserspaceEmulator: Add TLS regions to reachability checking
Andreas Kling
2020-07-16
UserspaceEmulator: Include malloc/free backtraces in UAF logs :^)
Andreas Kling
2020-07-16
UserspaceEmulator: Put the memory reachability logging behind a macro
Andreas Kling
2020-07-16
UserspaceEmulator: Capture backtraces of malloc/free events
Andreas Kling
2020-07-16
UserspaceEmulator: Implement very basic leak checking :^)
Andreas Kling
2020-07-16
UserspaceEmulator: Let's say "Use-after-free" instead of "UAF"
Andreas Kling
2020-07-15
UserspaceEmulator: Don't complain about free(nullptr)
Andreas Kling
2020-07-15
UserspaceEmulator: Log invalid and double free() calls :^)
Andreas Kling
2020-07-15
UserspaceEmulator: Catch use-after-frees by tracking malloc/free :^)
Andreas Kling