Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorKévin Dietrich <kevin.dietrich@mailoo.org>2015-12-28 02:35:27 +0300
committerKévin Dietrich <kevin.dietrich@mailoo.org>2015-12-28 02:35:47 +0300
commit7ef10decdb609b6172f78a978b75454b3014b082 (patch)
tree2738e207900c0662874a90f9818d048804ee1a4a /source
parent540ab7a55af91ae1eca00a90cc53f293d876f5a8 (diff)
Fix for heap-use-after-free happening in GHOST_EventManager.
Issue was that dispatchEvent might call removeWindowEvents/ removeTypeEvents which will delete the event before we can do so. To address this, handled events are now put in a separate list. Reported by psy-fi and reviewed by brecht in IRC.
Diffstat (limited to 'source')
0 files changed, 0 insertions, 0 deletions