mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[WIN32K]
Fix a typo introduced in r66644. Fixes icon corruption / testbot regression. CORE-9351 #resolve svn path=/trunk/; revision=66656
This commit is contained in:
@@ -1051,7 +1051,7 @@ NtGdiGetDIBitsInternal(
|
||||
{
|
||||
/* Probe and copy the BITMAPINFO */
|
||||
ProbeForRead(pbmi, cjMaxInfo, 1);
|
||||
RtlCopyMemory(pbmi, pbmi, cjMaxInfo);
|
||||
RtlCopyMemory(pbmiSafe, pbmi, cjMaxInfo);
|
||||
}
|
||||
_SEH2_EXCEPT(EXCEPTION_EXECUTE_HANDLER)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user