mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-01 07:28:30 +00:00
fix typos
This commit is contained in:

committed by
Sam Lantinga

parent
2ed1c35ca6
commit
f361034ac3
@@ -3035,7 +3035,7 @@ static size_t traverse_and_check(mstate m);
|
||||
http://www.usenix.org/events/lisa03/tech/robertson.html The footer
|
||||
of an inuse chunk holds the xor of its mstate and a random seed,
|
||||
that is checked upon calls to free() and realloc(). This is
|
||||
(probabalistically) unguessable from outside the program, but can be
|
||||
(probabilistically) unguessable from outside the program, but can be
|
||||
computed by any code successfully malloc'ing any chunk, so does not
|
||||
itself provide protection against code that has already broken
|
||||
security through some other means. Unlike Robertson et al, we
|
||||
|
Reference in New Issue
Block a user