[GDI32]
authorKamil Hornicek <kamil.hornicek@reactos.org>
Wed, 22 Feb 2017 10:22:28 +0000 (10:22 +0000)
committerKamil Hornicek <kamil.hornicek@reactos.org>
Wed, 22 Feb 2017 10:22:28 +0000 (10:22 +0000)
commit9b3b1801ed47c34e03bd7fde8273640f0bd7184e
treec311fe9427095bc6e6cecbc10691716e1df0b46f
parentc87e532dcbd5f997f5f061709a5610fceff91713
[GDI32]
- Fix a possible null pointer dereference in GetGlyphOutlineA. CID 513747
- SetDIBits should not accept null bitmap info at all. CID 513425
- Don't set the pdwResult pointer itself to null in TADC_GetAndSetDCDWord. CID 1321970

svn path=/trunk/; revision=73877
reactos/win32ss/gdi/gdi32/objects/bitmap.c
reactos/win32ss/gdi/gdi32/objects/font.c
reactos/win32ss/gdi/gdi32/wine/rosglue.c