mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[win32k]
- EngSetPointerShape: Don't dereference psoMask without checking it svn path=/trunk/; revision=42626
This commit is contained in:
@@ -358,7 +358,7 @@ EngSetPointerShape(
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
else if (psoMask)
|
||||
{
|
||||
pgp->Size.cx = psoMask->sizlBitmap.cx;
|
||||
pgp->Size.cy = psoMask->sizlBitmap.cy / 2;
|
||||
|
||||
Reference in New Issue
Block a user