From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla at busybox.net Date: Mon, 09 Dec 2019 10:55:02 +0000 Subject: [Buildroot] [Bug 12196] duma package In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net https://bugs.busybox.net/show_bug.cgi?id=12196 --- Comment #5 from Aleksey --- It's on the Marvell Poncat3 SOC CPU. Program text: #include int main() { char *a; a = malloc(1024); a = realloc((void*)a, 2048); free(a); return 0; } -- You are receiving this mail because: You are on the CC list for the bug.