Fix segfault on rpmstrPoolId() on frozen pool
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 11 Sep 2012 07:03:51 +0000 (10:03 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 11 Sep 2012 07:22:18 +0000 (10:22 +0300)
commit51f1cff50d7561adfc71a38085af38e3bf261a4f
tree295a1e22ed48291e71720c81f215d5f96a317109
parent00deac224c023d5195a0795e4e9367fad6e85cee
Fix segfault on rpmstrPoolId() on frozen pool

- String -> id lookups need the hash table in place even if we're not
  adding. We could do a linear search in such a case but...
rpmio/rpmstrpool.c