Re: XORG_CHECK_MALLOC_ZERO: stop testing malloc, assume the worst

2024-10-25 Thread Keith Packard
> It's been sitting in gitlab for 2 weeks without comment - I figured I'd > give a larger audience a chance to chime in before I go ahead and merge > it - but if I don't hear anything soon, I'll do just that. I'm down for this plan. I poked the 'approved' button and everything. -- -keith sign

Re: XORG_CHECK_MALLOC_ZERO: stop testing malloc, assume the worst

2024-10-25 Thread tlaronde
On Thu, Oct 24, 2024 at 03:14:01PM -0700, Alan Coopersmith wrote: > After a recent conversation on Mastodon about how checking if a malloc() > implementation returns NULL for malloc(0) at build time can give different > answers than you may get at runtime if an application or LD_PRELOAD has > inter