Skip to content
  • David Thompson's avatar
    BUG: Fix DB URL string handling; avoid exceptions. · 91e2669e
    David Thompson authored
    The kwsys::SystemTools::ParseURL() function takes the URL parameter
    as a string *reference* (not value). It is not properly initialized
    when constructed via a NULL const char*. Explicitly construct an
    empty string when passed a NULL pointer for the URL.
    91e2669e