From WikiChip
Difference between revisions of "memory tagging"

(memory tagging)
 
(No difference)

Latest revision as of 13:41, 8 December 2018

Not to be confused with Cache coloring.

Memory Tagging (MT) or memory coloring is a mechanisim that enables tracking of illegal memory operations by tagging (or coloring) allocated memory regions in order to detect mismatches. Memory tagging is used to detect most common memory bugs such as buffer overflows and UAFs.


Text document with shapes.svg This article is still a stub and needs your attention. You can help improve this article by editing this page and adding the missing information.