Make sure parser->symbols is non-NULL after read_table()
authorSøren Sandmann Pedersen <ssp@redhat.com>
Tue, 8 Sep 2009 05:26:29 +0000 (01:26 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Tue, 8 Sep 2009 07:03:23 +0000 (03:03 -0400)
commit6e1e43ff3bdfe33811d387c33db5f73edf4a1675
tree54f138282e8751668cd30493f87c033171890a80
parent4ce73d1e5f76e31121dac91bb487c2ff629bbd88
Make sure parser->symbols is non-NULL after read_table()

Otherwise, we would read the file over and over.

Also get the process name from /proc/pid/cmdline, falling back to
/proc/pid/status if there is nothing there.
elfparser.c
tracker.c