~apw/lightdm/lp1203711-fix-uninitialised-glist

  • Committer: Andy Whitcroft
  • Date: 2013-07-22 13:24:01 UTC
  • Revision ID: apw@canonical.com-20130722132401-ctw3kuga386xyzk3
fix uninitialised GList pointer in configuration directory handling

We have an uninitialised GList pointer in the configuration directory
handling code.  When we attempt to record the filenames in the
configuration directory we attempt to append relative to this code and
SIGSEGV preventing startup.  (LP: #1203711)

Initialise this pointer to prevent these crashes.  Tested on an affected
system.

Signed-off-by: Andy Whitcroft <apw@canonical.com>
Filename Latest Rev Last Changed Committer Comment Size
..
dm-tool.c 1578 11 years ago Robert Ancell Stop deprecation warnings from glib >= 2.36 17.9 KB Diff Download File
File gdmflexiserver 1037 12 years ago Robert Ancell Move gdmflexiserver into utils/ 612 bytes Diff Download File
lightdm-set-defaults.c 1695.1.1 10 years ago Robert Ancell Strip out non-core changes in preperation for merg 10.7 KB Diff Download File
Makefile.am 1348 12 years ago Robert Ancell Update build system to work with automake 1.11.2 600 bytes Diff Download File