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

Vijay Kiran Kamuju infyquest at gmail.com
Mon Mar 25 10:03:22 CDT 2019


>From my tests, I did not get any exception errors.
I don't know any app that throws exceptions there.
I will resend without the exception handler.

On Mon, Mar 25, 2019 at 3:55 PM Alexandre Julliard <julliard at winehq.org> wrote:
>
> 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