]> git.sesse.net Git - vlc/commit
Fix use-after-free when the input is still in use by someone else (refs #1287).
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 23 Sep 2007 18:40:25 +0000 (18:40 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 23 Sep 2007 18:40:25 +0000 (18:40 +0000)
commitef4a8635077696ba22eefcf88c9faa9cc610969c
tree95e98600f0bb490f2ed6ade56451f0095807e55f
parentbe6a13db5b89dbde91213280530e3e5dbb29516a
Fix use-after-free when the input is still in use by someone else (refs #1287).
Unfortunately, this does not really solve the problem as vlc_object_destroy can still return without actually deleting the object in case of a deadlock.
One could argue the deadlock is the problem rather than vlc_object_destroy implementation.
src/input/input.c