Skip to content

Do not pass null string to %s printf formatted string

Khem Raj requested to merge kraj/ModemManager:master into master

Here the string is already decided to be NULL and passing a null pointer to %s will not work

Fixes error: '%s' directive argument is null

Signed-off-by: Khem Raj raj.khem@gmail.com

Merge request reports