Skip to content

Check malloc calls in process.c

Karol Herbst requested to merge karolherbst/xauth:malloc_checks into master

Fixes warnings like

warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL 'authdata' where non-null expected

Found-by: gcc static analysis

Merge request reports