[PATCH 1/2] imagehlp: Catch invalid memory access in CheckSumMappedFile and add tests

Alexandre Julliard julliard at winehq.org
Mon Mar 25 09:55:14 CDT 2019


Vijay Kiran Kamuju <infyquest at gmail.com> writes:

> +  __TRY
>    {

Is there really an app that needs an exception handler here?
I'd expect that using RtlImageNtHeader() would be sufficient.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list