Date: Wed, 22 Mar 2017 21:46:47 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 213732] lang/beignet: crashes with some OpenCL apps Message-ID: <bug-213732-7141-PIqXWNKwRK@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-213732-7141@https.bugs.freebsd.org/bugzilla/> References: <bug-213732-7141@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213732 --- Comment #7 from commit-hook@freebsd.org --- A commit references this bug: Author: dim Date: Wed Mar 22 21:45:42 UTC 2017 New revision: 315745 URL: https://svnweb.freebsd.org/changeset/base/315745 Log: Cherry-pick libcxxrt commit 8a853717e61d5d55cbdf74d9d0a7545da5d5ff92: Author: David Chisnall <theraven@FreeBSD.org> Date: Wed Mar 22 12:27:08 2017 +0000 Simplify some code. realloc() with a null pointer is equivalent to malloc, so we don't ne= ed to handle the two cases independently. Fixes #46 This should help with lang/beignet and other programs, which expect __cxa_demangle(name, NULL, NULL, &status) to return zero in status. PR: 213732 MFC after: 3 days Changes: head/contrib/libcxxrt/typeinfo.cc --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-213732-7141-PIqXWNKwRK>