mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-28 00:38:45 +00:00
fix typos
This commit is contained in:
parent
2ed1c35ca6
commit
f361034ac3
23 changed files with 34 additions and 34 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue