Skip to content

add check for null pointer, avoid dereferencing

Thomas E. Dickey requested to merge dickey/libxaw:clang-fixes into master

scan-build (clang-17) reported possible null-pointer dereferences -- add checks

Merge request reports