- 03 Aug, 2009 40 commits
-
-
Hwang YunSong authored
-
Aric Stewart authored
-
Dylan Smith authored
-
Dylan Smith authored
The application AutoGK was getting the length of the text with WM_GETTEXTLENGTH to allocate an appropriate buffer size, but then claimed the buffer was twice the size when sending WM_GETTEXTEX. This caused the memcpy call to overflow the actual buffer since the count is based on the size of the buffer alone, regardless of the amount of text retrieved.
-
Dylan Smith authored
ME_GetTextEx directly handles EM_GETTEXTEX, and previously a NULL buffer would be dereferenced, and a 0 buffer length would cause nCount an underflow in the nCount value which would allow a buffer overflow to occur.
-
Nicolas Le Cam authored
kernel32/tests: Skip GetVolumeInformation test on current directory when running on a root directory.
-
Nicolas Le Cam authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Aled Hughes authored
-
Nikolay Sivov authored
-
Henri Verbeet authored
-
Henri Verbeet authored
Passing NULL to glCompressedTexImage2DARB() doesn't work particularly well when both client storage and PBOs are enabled. Also, two years is long enough to give driver developers a chance to fix the bug this was supposed to work around.
-
Henri Verbeet authored
-
Henri Verbeet authored
wined3d: Don't use the GL texture flags to determine if a format is a depth stencil in CheckDepthStencilCapability(). The OpenGL implementation might not support ARB_depth_texture, but that doesn't mean we can't use the format for the depth buffer.
-
Henri Verbeet authored
"surface" might point to the frontbuffer while we're rendering to the backbuffer, etc.
-
Henri Verbeet authored
-
Ken Thomases authored
Fixes building on Snow Leopard.
-
Roderick Colenbrander authored
-
Roderick Colenbrander authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Dmitry Timoshkov authored
Marlett uses FW_MEDIUM (500) and current code allows only FW_REGULAR and FW_BOLD. New heuristics detects if flags and usWeightClass in the font match.
-
Dmitry Timoshkov authored
Freetype has a similar consistency check.
-
Aric Stewart authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
-