Public bug reported:

We seem to have an uninitialised GList pointer in the directory handling
for the configuration directory.


    main(...)
    [...]
        if (config_d_dir)
        {
            GDir *dir;
            GList *files, *link;
    [...]
                    files = g_list_append (files, g_strdup (name));
    [...]
    }

This leads to SIGSEGV during startup.  Oddly this is rarely triggered, I
would expect this to be common.

** Affects: lightdm
     Importance: Undecided
         Status: New

** Affects: lightdm (Ubuntu)
     Importance: Undecided
         Status: New

** Also affects: lightdm (Ubuntu)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1203711

Title:
  uninitialised list pointer in configuration directory handling

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/1203711/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to