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

Vijay Kiran Kamuju infyquest at gmail.com
Mon Mar 25 10:38:48 CDT 2019


I forgot to add that without the exception block the tests crash on
Linux, with our current implementation.
I tried removing the exception block and using goto, it still crashed.
Any suggestions?

On Mon, Mar 25, 2019 at 4:03 PM Vijay Kiran Kamuju <infyquest at gmail.com> wrote:
>
> 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