Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Operating System: ReactOS
Platform: x86 Hardware
-
October (0.3.15 first half)
-
7229
Description
KsLoadResource accesses a PE resource, allocates buffer and then copies the contents into the buffer. All is done inside an SEH block.
An exception can happen before the allocation (searching for the resource data) and after it (copying the resource data).
The exception handler does not free the buffer, if it was already allocated.