Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix segfault when uninstalling broken backed-up symlink | Dan McGee | 2011-05-16 |
| | | | | | | | | | Issue FS#24230. If a symlink is broken and included in the removal process of a package, we blew up and segfaulted due to alpm_compute_md5sum() returning NULL and then performing a strcmp() operation. Signed-off-by: Dan McGee <dan@archlinux.org> | ||
* | Add test for FS#24230, dead backup symlink removal | Dan McGee | 2011-05-16 |
This currently causes a segfault, which is bad news. Signed-off-by: Dan McGee <dan@archlinux.org> |