nie wiem co powiedzieć

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded 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/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to