unicorn/qemu/target-i386
BAYET 881e08da01
Fix UAF when deleting hook while in hook callback #1127 (#1130)
* Handle the cpu context save in a more pythonic way, so the context can be serialized and reuse in an other process using the same emulator architecture and modes

* Fix type error ; mistakes a size_t uint64_t ; breaks in 32bit...

* Fix the UAF situation when deleting a hook while being in a hook callback. Added an attribute 'to_delete' to hooks, and a list hooks_to_del to delay the free of the hooks

* Minor fixes ; forgot return type of clear_deleted_hooks ; do not declare variable in for predicate
2020-05-07 14:24:48 +08:00
..
2015-08-21 15:04:50 +08:00
2017-05-02 14:56:39 +08:00
2017-01-22 21:27:17 +08:00
2020-01-05 19:20:29 +08:00
2015-08-21 15:04:50 +08:00
2020-01-10 23:05:44 +08:00
2017-01-23 10:07:01 +08:00
2016-01-22 18:42:27 -08:00
2020-04-08 03:37:12 +08:00
2015-08-21 15:04:50 +08:00
2017-01-20 14:57:33 +08:00
2015-08-21 15:04:50 +08:00
2020-05-05 11:11:59 +08:00
2017-01-22 21:27:17 +08:00
2015-08-21 15:04:50 +08:00
2017-01-21 00:13:21 +11:00
2020-01-10 23:05:44 +08:00
2020-05-05 08:34:51 +08:00