|
|
|
|
|
by justinsaccount
814 days ago
|
|
Also because the 'safe' version only checks dict->pos == dict->limit
and not dict->pos >= dict->limit
if you can get one call of dict_put somewhere to pass the limit, all later calls of dict_put_safe will happily overwrite memory and not actually be safe. |
|