Avoid alloca() in headerLoad()
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 29 Apr 2008 10:33:09 +0000 (13:33 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 29 Apr 2008 10:33:09 +0000 (13:33 +0300)
commitb5568386c2a16a56a5b290a4e6f498229d7e695f
tree53c4e09403631b6f67a5388c42f3a114962ddce9
parent3be356cb0f583c68069150421a7bdd5a8f65d555
Avoid alloca() in headerLoad()
- REGION_TAG_COUNT is a constant so local array would do even without
  C99..
rpmdb/header.c