]> git.ipfire.org Git - thirdparty/libsolv.git/commit
Fix a bug in dislike_old_versions that could make a package id negative
authorMichael Schroeder <mls@suse.de>
Wed, 18 Mar 2015 10:00:02 +0000 (11:00 +0100)
committerMichael Schroeder <mls@suse.de>
Wed, 18 Mar 2015 10:00:02 +0000 (11:00 +0100)
commite3df55a78c6b9b9f037b6c3565375a1ee478b933
treeff96ed30d8a5d488c055c56ae4509df87294367e
parent0223168b0dbad1a3a8adf857457786d22c8961a0
Fix a bug in dislike_old_versions that could make a package id negative

This lead to a segfault in sort_by_common_dep later on. Also, the
commit cleans up the dislike_old_versions code.
src/policy.c