Skip to content

mesa/main: Check NULL string in validate_io

Kingstom requested to merge K1ngst0m/mesa:check_null_str into main

What does this MR do and why?

this prevents undefined behaviour when using strcmp for comparing any of the parameters is NULL, which could cause segfault like #6922 (closed) .

Closes: #6922 (closed)

Merge request reports