macros: Changes to 'master'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Fri Nov 1 21:38:48 UTC 2024
xorg-macros.m4.in | 35 ++++++++++-------------------------
1 file changed, 10 insertions(+), 25 deletions(-)
New commits:
commit b9f5184ed2e9c019d867ced99020e22abb7c2e53
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date: Sat Sep 28 11:28:26 2024 -0700
XORG_CHECK_MALLOC_ZERO: stop testing malloc, assume the worst
Since there is no guarantee applications will run with the same malloc
implementation we tested against, and the cost of always ensuring the
size passed to malloc is non-zero is minimal now, stop testing it, and
default the answer to yes.
Still allows builders to override when they have complete control over
which malloc implementation will be used.
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/util/macros/-/merge_requests/9>
More information about the xorg-commit
mailing list