[Bug 50257] Regression: startup crash/infinite loop on FreeBSD

WineHQ Bugzilla wine-bugs at winehq.org
Tue Dec 29 02:54:48 CST 2020


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

Gen Otsuji <otsugen0000 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |otsugen0000 at gmail.com

--- Comment #6 from Gen Otsuji <otsugen0000 at gmail.com> ---
Hi, all.

---------------------------------------
#include <stdio.h>
#include <malloc.h>
void * malloc(size_t size){
        putchar('A');
        return NULL;
}
int main(void){
        char *p=malloc(20);
        return 0;
}
---------------------------------------
This code gets segfault on FreeBSD 12.2R.
this bug has similar issue I think.

-- 
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