Segfault when (un)checking file without selecting the line
Status: Inactive
Brought to you by:
matus_tomlein
In Synkron, make an analysis and then in the list of files to synchronize, click on the checkbox of a file directly without clicking on any line prior to that.
In Linux Debian 7 (wheezy), this conducts to a crash/segmentation fault. (running QT 4.8.2)
Suggested patch (to be reviewed) is :
--- synkron-1.6.2.orig/src/analyse.cpp
+++ synkron-1.6.2/src/analyse.cpp
@@ -706,7 +706,12 @@ void AbstractSyncPage::analyseTreeItemEx
void AbstractSyncPage::analyseTreeItemClicked(QTreeWidgetItem * item, int column)
{