archlinux / alpm.rs

Rust bindings for libalpm
GNU General Public License v3.0
112 stars 21 forks source link

fix: Segfault in db.groups #10

Closed ghost closed 3 years ago

ghost commented 3 years ago

The groups function on a database incorrectly called alpm_db_get_pkgcache while it should have called alpm_db_get_groupcache which caused a Segfault. This should fix it.

Morganamilo commented 3 years ago

Ah copy and paste error :(

Thanks for finding.