This bug was fixed in the package lightdm - 1.7.7-0ubuntu1

---------------
lightdm (1.7.7-0ubuntu1) saucy; urgency=low

  * New upstream release:
    - Fix uninitialized pointer introduced in 1.7.3
    - Enable compile warnings and fix code generating warnings
  * debian/patches/50_ubuntu_fix_uninitialised_pointer.patch:
    - Applied upstream:
 -- Robert Ancell <robert.anc...@canonical.com>   Tue, 23 Jul 2013 11:23:47 
+1200

** Changed in: lightdm (Ubuntu)
       Status: Fix Committed => Fix Released

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

Title:
  uninitialised list pointer in configuration directory handling

Status in Light Display Manager:
  Fix Released
Status in “lightdm” package in Ubuntu:
  Fix Released

Bug description:
  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.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to