mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-11-22 20:50:29 -05:00
Fix two typos
This commit is contained in:
parent
86dde60fcf
commit
33ed3027ab
2 changed files with 2 additions and 2 deletions
|
|
@ -98,7 +98,7 @@ class TestSimpleMemoryCorruption(unittest.TestCase):
|
|||
self.assertEqual(stderr.decode("utf-8"),
|
||||
"fatal allocator error: invalid free\n")
|
||||
|
||||
def test_invalid_malloc_usable_size_small_quarantene(self):
|
||||
def test_invalid_malloc_usable_size_small_quarantine(self):
|
||||
_stdout, stderr, returncode = self.run_test(
|
||||
"invalid_malloc_usable_size_small_quarantine")
|
||||
self.assertEqual(returncode, -6)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue