]> Chaos Git - console/XDS.git/commit
Use after free on KSessionClient/Server and KClient/ServerPort when a handle is creat...
authorYifan Lu <me@yifanlu.com>
Wed, 23 Mar 2016 21:33:56 +0000 (16:33 -0500)
committerYifan Lu <me@yifanlu.com>
Wed, 23 Mar 2016 21:33:56 +0000 (16:33 -0500)
commit768d06aa0b165eaa8a9c25a6acfcff91ee2a02f1
tree6e775aba2993cafccfe918d9d47ca46c05ca85c9
parentefaf8e9df1f2ec618784dd21377928ee9dad9d54
Use after free on KSessionClient/Server and KClient/ServerPort when a handle is created (and later closed) from a statically allocated object.
include/kernel/Port.h
include/kernel/Session.h
source/kernel/ClientPort.cpp
source/kernel/ClientSession.cpp
source/kernel/Port.cpp
source/kernel/ServerPort.cpp
source/kernel/ServerSession.cpp
source/kernel/Session.cpp
source/kernel/Swi.cpp