Fix typo.

This commit is contained in:
inferenceus 2022-08-23 19:41:41 +01:00 committed by Daniel Micay
parent c508d2aa42
commit 3a3708032a

View File

@ -236,7 +236,7 @@
memory corruption bugs caused by memory unsafe languages or rare low-level
unsafe code in an otherwise memory safe language. Most of the remaining issues
are caused by dynamic code execution/loading features. Our main focus is on
preventing or raising the difficult of exploiting memory corruption bugs
preventing or raising the difficulty of exploiting memory corruption bugs
followed by restricting dynamic code execution both to make escalation from a
memory corruption bug harder and to directly mitigate bugs caused by dynamic
code loading/generation/execution such as a JIT compiler bug or a plugin