Replace alloca+memset with xcalloc() in rpmdbRemove()
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 9 Apr 2008 10:54:39 +0000 (13:54 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 9 Apr 2008 10:54:39 +0000 (13:54 +0300)
commit0b0dcd114028e1e2a00870917cf07a27858a30b1
tree41aacf9ce3c0cf95aa184545e114175bd352203e
parent71018d6d2d67b0e17c737e7a90cc6bb704e224ba
Replace alloca+memset with xcalloc() in rpmdbRemove()
- return value is suspect: should return "ret" instead of 0 at exit
  depending on what happened in removal but preserving previous behavior
  for now...
rpmdb/rpmdb.c