Hide Forgot
Description of problem: There is a bug in cmd_unselect(), which leads a segmentation fault. void cmd_unselect(char *tag) { if (backend_current) { ... backend_current = NULL; ## set NULL to backend_current /* remove backend_current from the protgroup */ protgroup_delete(protin, backend_current->in); ## access backend_current->in and segfault Upstream has a fix for this issue. http://git.cyrusimap.org/cyrus-imapd/commit/?h=cyrus-imapd-2.3&id=375d5d27cd112ae53684f1a1599d987c4a82984b Version-Release number of selected component (if applicable): cyrus-imapd-2.3.7-7.el5_4.3 How reproducible: Always Steps to Reproduce: 1. run unselect command on proxy mode Actual results: segmentation fault Expected results: segmentaion fault doesn't occur.
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-1075.html