[Bug 49225] FreeBSD "regression" causes assertion failure in (at least) applications using Gecko plugin

WineHQ Bugzilla wine-bugs at winehq.org
Sat May 23 03:43:52 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=49225

--- Comment #5 from Damjan Jovanovic <damjan.jov at gmail.com> ---
map_view() sees "base" is non-NULL, and calls map_fixed_area(), which calls
unix_funcs->mmap_is_in_reserved_area() and takes this case in the switch
statement:

    case 0:  /* not in a reserved area, do a normal allocation */

There, the bad pointer is returned from:

        if ((ptr = wine_anon_mmap( base, size, VIRTUAL_GetUnixProt(vprot), 0 ))
== (void *)-1)

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list