aff3e0 Fix: libcrmcommon: Prevent a segfault in pcmk__cmdline_preproc.

1 file Authored by Chris Lumens 4 years ago, Committed by Packit Service 4 years ago,
    Fix: libcrmcommon: Prevent a segfault in pcmk__cmdline_preproc.
    
    The list of special single-character args is optional.  The function
    currently handles it being an empty string, but it should handle a NULL
    as well.
    
        
file modified
+1 -1