Skip to content

XPresentWireToCookie: avoid writing to NULL pointer if malloc() fails

Alan Coopersmith requested to merge alanc/libxpresent:warning into master

Fixes 3 -Wanalyzer-possible-null-dereference warnings from gcc 14.1

Signed-off-by: Alan Coopersmith

Merge request reports