...and now eliminate the unnecessary pointer variables
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 13 Sep 2010 07:27:42 +0000 (10:27 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 13 Sep 2010 07:31:04 +0000 (10:31 +0300)
commitd4f3ed7c8287eea54d568c32c1c223f84fe2a989
treea900171c4e245ae91a5bf891f7422d339aca6763
parent4b92856551c5cc0af6a285a5e7372e0de5311cd7
...and now eliminate the unnecessary pointer variables
- Also check for NULL keyp in rpmdbExtendIterator() early to
  avoid unnecessary zeroing + potential segfault from strlen(NULL)
lib/rpmdb.c