]> git.ipfire.org Git - thirdparty/libsolv.git/commit
repo_rpmdb.c: increase MAX_HDR_CNT and MAX_HDR_DSIZE 230/head
authorMing Liu <liu.ming50@gmail.com>
Sat, 30 Sep 2017 03:15:16 +0000 (11:15 +0800)
committerMing Liu <ming.liu@windriver.com>
Sat, 30 Sep 2017 03:15:16 +0000 (11:15 +0800)
commit1c4c935cb73ac1ccb9693df1a51ba218a22e8ca8
tree7ae70b403c0be88fc1f51694894ad6b7648b8bab
parent09a60c4e59b1e27ae32405fa68301f18095e587c
repo_rpmdb.c: increase MAX_HDR_CNT and MAX_HDR_DSIZE

We encountered 'corrupt rpm' issues when installing extreme big RPM
packages like the kernel-devsrc package of Yocto project.

It can be fixed by increasing MAX_HDR_CNT and MAX_HDR_DSIZE per test.

Signed-off-by: Ming Liu <liu.ming50@gmail.com>
ext/repo_rpmdb.c