23 May
2020
23 May
'20
8:43 a.m.
https://bugs.winehq.org/show_bug.cgi?id=49225 --- Comment #5 from Damjan Jovanovic <damjan.jov(a)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.