~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
..
C 1494 12 years ago Robert Ancell Add some stub documentation Diff
Makefile.am 1494 12 years ago Robert Ancell Add some stub documentation 163 bytes Diff Download File