A free Windows-compatible Operating System - mirrored from GitHub
Go to file
2014-10-26 02:27:11 +00:00
reactos [NTVDM]: Fix the validity check of the hVdd handle in the port structure so that we don't try to call an invalid VDD IO handler. That fixes stack corruption for example in the case of OUTSB/W operations, where we could call an invalid VDD handler taking 3 parameters that in fact calls (because VDD handlers and our internal ones are stored in a union, the choice of the handler is done via the hVdd value) an internal handler taking only 2 parameters... Bug triggered when testing MSVC-compiled NTVDM in speed-optimized mode. Diagnosed by V. and I, thanks V! 2014-10-26 02:27:11 +00:00
rosapps [BUTTERFLIES] 2014-09-24 22:18:51 +00:00
rostests [WININET_WINETEST] 2014-10-25 18:35:58 +00:00
wallpaper - Add CMakeLists for wallpaper 2012-02-05 13:43:04 +00:00